That's what I thought too. I keep trying to do that under "Architectures" but Xcode changes it right back on me <!>. If I expand that and change "Any iOS SDK" to Standard (arm7, arm7s), it appears to stay put though. Interesting.
– Joe D'AndreaOct 09 '12 at 14:58
Only in project. Target does not have any explicit settings, thus the project settings clearly show through properly. The only way I could fix it was to change "Any iOS SDK" to Standard, and then it worked. Very weird.
– Joe D'AndreaOct 10 '12 at 15:25
We had to change it to "armv7" only because one of our frameworks was not compiled with armv7s, and setting it to armv7 worked. I will test sometime to see if setting it by hand works in another project.
– Léo NatanOct 10 '12 at 16:34