What Xcode settings should I use to support both armv6 and armv7?
问题 I recently upgraded Xcode from 3.2 to 4.2. After the upgrade I was having trouble testing my app on an iPhone 3 device because my target's "Build Settings" "Architectures" item was set to armv7. Switching "Architectures" to armv6 fixed the problem. But this got me thinking that I better make sure I use the correct setting for my App Store version so that my app works for people using an armv6 device. So is it just a matter of switching my "Project"'s "Build Settings" "Architecture" item to