iOS Build Error

Every time I build for iOS I get this error:

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

Please advise. [import]uid: 52127 topic_id: 20821 reply_id: 320821[/import]

Are you using the latest version of Corona? and the latest version of xcode ? [import]uid: 84637 topic_id: 20821 reply_id: 81929[/import]

Yes and yes. But why does xcode matter? Shouldn’t Corona be able to build apps without xcode? [import]uid: 52127 topic_id: 20821 reply_id: 81932[/import]

No, Xcode is used in the build process. [import]uid: 84637 topic_id: 20821 reply_id: 81933[/import]

Also, this is app-specific. What could one app possibly be doing to cause this error? [import]uid: 52127 topic_id: 20821 reply_id: 81945[/import]

It could be a build.settings issue. The minimum supported ios version now is 4.3.

Anything below that version (armv6 being devices that cant run ios 4) is no longer supported. [import]uid: 84637 topic_id: 20821 reply_id: 81947[/import]