I have a similar problem as eduardo.
when building I get this message: “warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)”
I have multiple xcode versions installed, so when I read this thread I switched to xcode 4.2 with the xcode-select -switch command in the terminal.
But now everything went bananas… Below is my error message when trying to build after switching to xcode 4.2. I didn’t change anything in my app code after switching. ( I am using daily build 726 ):
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon@2x.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon-72.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon-Small-50.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon-Small.png (-19007)
warning: Icon specified in the Info.plist not found under the top level app wrapper: Icon-Small@2x.png (-19007)
warning: iPhone/iPod Touch: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a default Icon.png that is 57x57 (-19013)
warning: iPad: Info.plist: Unable to verify icon dimensions, no icon found. You must define CFBundleIcons, CFBundleIconFiles, CFBundleIconFile, or provide a default Icon-72.png that is 72x72 (-19013)
warning: Application failed codesign verification. The signature was invalid, or it was not signed with an iPhone Distribution Certificate. (-19011)
failed to extract requirements data: 1
/Users/jn/Desktop/build/myApp.app: code or signature modified
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: /SourceCache/codesign_wrapper_Sim/Security-1245/codesign_wrapper/codesign_wrapper.c, line: 866
warning: Unable to extract codesigning entitlements from your application. Please make sure myApp is a valid Mach executable that’s properly codesigned. (-19050)
/Users/jn/Desktop/build/myApp.app/myApp: code or signature modified
- (null)
[import]uid: 13632 topic_id: 19414 reply_id: 87271[/import]