Search code examples
iosarchitecturearmarmv6

arm6 is missing in my build settings


I am getting this error when i try to archive my project:

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

I have checked my build settings but i just don't see ARM6 in the options, only 7.

Any help will be appreciated.

Shni


Solution

  • Manually add armv6 in 'PROJECT' by double clicking the armv7 bit, deleting what's there and adding armv6 and armv7. Editing PROJECT in Xcode to manually modify Standard (armv7)