Application Executable Is Missing a Required Architecture Armv6

iOS 6 - application executable is missing required architecture: armv6

XCode 4.5 no longer supports armv6 compilation. It may still exist in the architecture settings (from an older project) but it won't build them anymore. If you need to build for old (as in armv6 based ) iPhones you can't support 6.0 in the same build (as you need Xcode 4.5 for that).

Xcode ARMV application executable is missing

You can add armv6 to your build settings. Also, make sure it is added to Valid Architectures. It should hopefully look something like this.

Sample Image

What does this Xcode warning mean? application executable is missing required architecture. ...

Manually add the string "armv6" (without quotes) as a new arch type (by double clicking the "Standard (armv7)" line, then click the + button at the bottom of the popup), and the error goes away after a "Clean", and "build".



Related Topics



Leave a reply



Submit