I am developing an iPhone-App that should run not only on new iphones, but on old devices as well. So for testing, I did load a provisioning profile to my old iPhone 3G (iOS 4.2.1) and connected it with my mac. In Xcode I also did set iOS Deployment Target to 3.0. With this settings, the app runs on an iPhone 4, but not on my old iPhone 3G.
I know that I also must set architecture from armv7
to armv6
, but when I enter "armv6" it jumps back to "armv7".
So, what must I do, to be able to test new apps on old devices? What values must I enter, and WHERE must I enter them? Do I need to download some addon for the actual SDK?