Flashbuilder air ios distribution errors
- November 11th, 2011
- Write comment
Two errors that cost us some time to figure out, hope Google lands you here safely…
Application failed codesign verification. The signature was invalid, or it was not signed with and iPhone Distribution Certificate
Unable to extract codesigning entitlements from your application
Not much info on this one because the normal iOS developers (with their xCode) don’t run into this one a lot.
We had a folder names “resources” with images that conflicted with the folder named “resources” that is in the final ios-package. So rename this folder to “assets” or something (and update your links!)
Exporting release build: Packaging for Apple iOS. This may take several minutes.
When you do a “fast” build for device testing, this will stay at 57%. If you want to “distribute” the app to the app store, this will just sit at 0% forever.
For us, there was an error in the p12 certificate. Make sure that the certificate in your Apple keychain access has a dropdown-arrow and that you export the correct item.