Possible duplicate:
A warning. IPhone apps must include armv6 architecture even with build configuration
I upgraded to Xcode 4.2 to target iOS 5 devices (according to Apple's instructions). I am trying to release a version of the application designed for both armv6 and armv7 (or at least for armv6). When I built the application and archived it for sending to an apple, I clicked it on the screen with a new monitor and said: "The iPhone / iPod Touch application does not have the necessary architecture: at least one of the following architectures must be present: armv6"
Project settings for architectures will not allow me to choose anything other than Standard (armv7), do I have any way to compile this application for iPhone 3g? Or do I need to restrict the application to newer models / downgrades to earlier Xcode?
Just in case, this question is not closed as a duplicate, the answer can be found here
source share