Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate. (-19011)After lots of searching and reading a lot of tips (good collection from StackOverflow), here's my checklist:
- Clean project (command-K and alt-command-K) - OK
- Using correct Xcode version - OK
- Remove other Xcode versions - NOT GOING TO DO
- Reinstall Xcode - started to download
- Check Keychain Access for duplicates - OK
- Remove all suspicious items from Keychain Access (take backups first) - OK
- iPad icons - OK
- Don't use Application Loader -OK
- Entitlements.plist - OK
- Push Notification Entitlements - OK
- Revoke my certification - NOT GOING TO DO
- Deployment target - OK
- Deployment target vs. architecture - OK
- Regenerate provisioning profiles - OK
- Reinstall all certificates and provisioning profiles from provisioning portal - OK
Build target Fonte of project Fonte with configuration Ad Hoc...and the solution for me? Check what your Archive scheme is using as build configuration. For me it was Ad Hoc instead of Distribution! Was using archive to create ad hoc releases previously, totally forgot all about it.
Two evenings wasted, because I only focused on the warnings and not the whole situation. Have to remember this, to look at the Big Picture.
No comments:
Post a Comment