Saturday, October 6, 2012

Unable to validate application for iOS App Store, armv6 architecture missing

Ran into a problem building with Xcode 4.5 when submitting to the App Store.  Xcode 4.5 cannot build for devices running iOS lower than 4.3.  So to fix the error for this, simply change the deployment target to 4.3.  More explanation at stack overflow:

http://stackoverflow.com/questions/12567539/unable-to-validate-application-for-ios-app-store-armv6-architecture-missing

No comments:

Post a Comment