Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOSApp.ipa: code object is not signed at all #2428

Open
315567599 opened this issue Mar 12, 2024 · 1 comment
Open

iOSApp.ipa: code object is not signed at all #2428

315567599 opened this issue Mar 12, 2024 · 1 comment

Comments

@315567599
Copy link

315567599 commented Mar 12, 2024

follow the tutorial(https://github.com/bazelbuild/rules_apple/blob/master/doc/tutorials/ios-app.md) builiding an iOS App, but failed install it on a physical device。

BUILD file:
ios_application(
name = "iOSApp",
bundle_id = "com.xx.dev",
provisioning_profile = "dev.mobileprovision",
families = [
"iphone",
"ipad",
],
infoplists = ["Resources/Info.plist"],
minimum_os_version = "17.0",
visibility = ["//visibility:public"],
deps = [":lib"],
)

codesign -vv -d iOSApp.ipa
iOSApp.ipa: code object is not signed at all

why ipa not signed?

@keith
Copy link
Member

keith commented Mar 19, 2024

the IPA itself is never signed, the application inside the ipa is, if you unzip the IPA you can inspect to iOSApp.app and see that it is signed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants