CodeSignature/CodeResources
I'm hope someone can give me direction with the two error messages I'm getting.
The CodeResources file must be a symbolic link to _CodeSignature/CodeResources. Make certain that the bundle is on a locally-mounted volume (not a remote SMB volume), and be certain to use the Mac OS X finder to compress it.
Application failed codesign verification. the signature was invalid, contains disallowed entitlements, or it was not signed with an iPhone distribution Certificate.
-
I think there is a good post in our forum: http://ibuildapp.com/forum/?mingleforumaction=viewtopic&t=723.0
Also: You can’t use the existing downloaded from apple certificate since it must match the private and public key – Certificate Codesigning Request (CSR).
Since the CSR was generated in different places, then it doesn’t match and when you are trying to generate p12 you are getting error.
you need:
- to export the existing certificate from Mac computer in p12 format per instructions: http://ibuildapp.com/faq-iphone/#24
- OR revoke the existing certificate on apple site and go through all the steps per Option – “I don’t know how to create a Certificate, Private Key and Provisioning file, or I don’t have a Mac computer на странице publishing” when publishing app.
Thanks, rafael
Please sign in to leave a comment.
Comments
1 comment