I am using xCode 4.2 and trying to deploy my application. I am failing the validation with the following error message:
application executable is missing a required architecture armv6
The value for my Architectures is set to Standard (armv7). This is the ONLY option in the dropdownlist. Base SDK: iOS 5.0 (This is the only option) Deployment SDK: 3.2 Build Active Architecture Only: NO Valid Architectures: armv6 armv7 armv7f armv7k
Does anyone please know the solution to this problem?