-
Bug
-
Resolution: Unresolved
-
Major
-
None
I'm trying to create an IPA using the IPA option. However I get this error in the console logs
+ /usr/bin/codesign --verify -vvvv /path-to/My_App/workspace/build/Release-iphoneos/my_app.app
Program /usr/bin/codesign returned 3 : [/path-to/My_App/workspace/build/Release-iphoneos/my_app.app: valid on disk
/path-to/My_App/workspace/build/Release-iphoneos/my_app.app: does not satisfy its designated Requirement
I've looked everywhere on the net and there's not a definite answer on how to solve this. When I manually create an .ipa from the archive in Xcode this works.
Can anyone shed any light on this.