Ok, I've checked the console log and I see nothing? What am I supposed to see there?
Tried the codesign verification check in terminal...
Code:
codesign -vvvv MyApp.app
/Users/trapper/Desktop/MyApp/build/Distribution-iphoneos/MyApp.app: a sealed resource is missing or invalid
/Users/trapper/Desktop/MyApp/build/Distribution-iphoneos/MyApp.app/CodeResources: resource added
copied and pasted the codesign line out of build results to see what the error message is if i try and sign it manually.
Code:
codesign -f -s "iPhone Distribution: My Name" --resource-rules=/Users/trapper/Desktop/MyApp/build/Distribution-iphoneos/MyApp.app/ResourceRules.plist --entitlements /Users/trapper/Desktop/MyApp/build/MyApp.build/Distribution-iphoneos/MyApp.build/MyApp.xcent /Users/trapper/Desktop/MyApp/build/Distribution-iphoneos/MyApp.app
/Users/trapper/Desktop/MyApp/build/Distribution-iphoneos/MyApp.app: replacing existing signature
codesign_allocate: unknown architecture specification flag: -a armv6 5760
codesign_allocate: known architecture flags are: any little big ppc64 x86_64 ppc970-64 ppc i386 m68k hppa sparc m88k i860 veo ppc601 ppc603 ppc603e ppc603ev ppc604 ppc604e ppc750 ppc7400 ppc7450 ppc970 i486 i486SX pentium i586 pentpro i686 pentIIm3 pentIIm5 pentium4 m68030 m68040 hppa7100LC veo1 veo2 veo3 veo4
Usage: codesign_allocate -i input [-a <arch> <size>]... -o output
/Users/trapper/Desktop/MyApp/build/Distribution-iphoneos/MyApp.app: object file format invalid or unsuitable
So this could be my problem? Or is it just because I am trying to run it out of the xcode environment?
Where can I look to see if these errors are logged when they occur inside xcode?