Missing architecture doesn't pass Apple package. Build 707

This is the output screen when I compile my app with Build 707:

warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)

Therefore, if you take out armv6 support or you ask for 4.3 iOS minimum version, how is it supposed to work?

Flavio. [import]uid: 3022 topic_id: 19311 reply_id: 319311[/import]

Add this to the plist of your build.settings file

MinimumOSVersion=“4.3”,

[import]uid: 19626 topic_id: 19311 reply_id: 74502[/import]

This message appears when I try to build my app.

warning: iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)

Build 710

XCode 4.0

And in my build.setting there is a MinimumOSVersion = “4.3”

I need a help. Thanks.

[import]uid: 40281 topic_id: 19311 reply_id: 74923[/import]

I recall seeing somewhere that the MinimumOSVersion needs to be 3 digits, such as “4.3.0”. Not sure about that though.
[import]uid: 22076 topic_id: 19311 reply_id: 74938[/import]

I’m having the same problem… Tried your suggestions Carbondale didn’t work tho [import]uid: 14018 topic_id: 19311 reply_id: 74940[/import]

Use build 710 and above with Xcode 4.2 and that will fix your problem. [import]uid: 52430 topic_id: 19311 reply_id: 75084[/import]

Hi,

I’m using build 777(Version 2012.777 (2012.12.8)) with Xcode 4.2 and still i’m getting the error warning the below error.

Ansca, any one help urgently? Need to give the app to the client for testing

iPhone/iPod Touch: application executable is missing a required architecture. At least one of the following architecture(s) must be present: armv6 (-19033)

@jonathanbeebe : Sorry, it didn’t work.

Cheers
Dhana [import]uid: 100970 topic_id: 19311 reply_id: 99343[/import]