I would like to build to armv6 and armv7 architectures but my framerate gets killed. I build to armv6 and I get 30+FPS with one warning that is an apparent showstopper about not including an armv7 architecture. I followed the procedures in several threads here by setting up the Project Settings in Xcode as below…
Architectures to armv7
Base SDK iOS 4.2
Build Valid Architecture Only was left unchecked
and Valid Architectures are armv6 armv7
I then go to Build->Build And Run and the Activity Window pops up and Xcode declares it is building the app and just idles for what seems forever. Any attempt to stop the build freezes Xcode and I have to Force Quit… I go back and compile from within Unity to different targets and it is Wash->Rinse->Repeat.
So, what is the exact procedure to keep your armv6 framerate but include or use armv7. What Player setting in Unity and what Project Settings in Xcode and then precisely which way do you Build it and Run it without a freeze using any new settings you have done to AppController.mm and Project Settings.
TIA
BTH