Wednesday, December 7, 2011

executable needs armv6

When you get a warning saying something like:
iPhone/iPod Touch: application executable is missing a required architecture
or
at least one of the following architectures must be present:armv6

in either xcode or application loader, you need to modify your Xcode build settings.
the "architectures" setting needs to say "armv6 armv7".  See the link below for more details.

source: http://stackoverflow.com/questions/4198676/warning-iphone-apps-should-include-an-armv6-architecture-even-with-build-config/6833556#6833556

No comments:

Post a Comment