I have an app that works great in simulations in Xcode 4.2
To create and archive for publication in the AppStore, I get an error message indicating that I need to enable the armv6 build. The forums offer to clean up the build goals and enable the "armv6 armv7" I made. With the goal of deploying iOS for iOS 3.0
When I plug in my test iPod and start the archive operation (RELEASE build), I get the following error:
Ignoring the file / xxx / Release -iphoneos / libThree20UICommon.a, the file was built for an archive that is not related to architecture (armv6) (repeat all Three20 libraries)
"_ OBJC_CLASS _ $ _ TTTableViewDataSource" referenced by: Objc-class-ref in ContactsDataSource.o
I tried changing the "Build Active Architecture Only", which works, but does not include armv6 for the AppStore.
Has anyone encountered and solved this problem?
Thanks! Tim
source share