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

Resigning for App Store distribution not working, get three errors when uploading #20

Open
andersemil opened this issue Oct 26, 2019 · 2 comments

Comments

@andersemil
Copy link

ERROR ITMS-90035: “Invalid Signature. The binary with bundle identifier ‘...’ at path [....app] contains an invalid signature. Make sure you have signed your application with a distribution certificate, not an ad hoc certificate or a development certificate. Verify that the code signing settings in Xcode are correct at the target level (which override any values at the project level). If you are certain your code signing settings are correct, choose “Clean All” in Xcode, delete the “build” directory in the Finder, and rebuild your release target.”
ERROR ITMS-90046: “Invalid Code Signing Entitlements. Your application bundle’s signature contains code signing entitlements that are not supported on iOS. Specifically, value ‘*’ for key ‘com.apple.developer.associated-domains’ in ‘Payload/....app/...’ is not supported.”
ERROR ITMS-90179: “Invalid Code Signing. The executable ‘Payload/....app/...’ must be signed with the certificate that is contained in the provisioning profile.”

@andersemil
Copy link
Author

Using Xcode 10.3 on macOS Mojave 10.14.6

@andersemil
Copy link
Author

Extracting the original entitlements from the app and adding the --deep flag to codesign arguments seems to fix these problems

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

1 participant