iTunes Connect is saying that my application executable is missing required architecture. At least one of the following architecture(s) must be present: armv6
Now thats funny (read: peculiar) to me because I specifically set iOS target to be 4.0, and compiled with armv7
MinimumOSVersion is even set to 4.2 in the info.plist
Why would I get this error? This is an update to an app that was never put up for sale, it is approved to be on the app store but just placeholding because there were bugs I wanted to fix. Does the application loader check that deeply?
The answer is that you have to uncheck: “Build Active Architecture only” , in Xcode 3 this requires you to select your target, and click “Info”, in the build tab it is a check box under architecture –