I want to limit my iPhone4 / iPad universal assembly application, and I set UIRequiredDeviceCapabilitiesto enable "armv7", respectively. In the build settings that I installed:
"Architectures" = "Optimized (armv7)"
"Valid Architectures" = "armv7"
But the Release and Distribution assemblies of my generic application generate this warning:
warning: iPhone apps should include an armv6 architecture (current ARCHS = "armv7")
Is this even a real problem? Can I safely ignore the warning? Why doesn't my debug build show the same warning? Does the build configuration have the same settings?
I am creating with Xcode 3.2.5, 4.2 SDK.
Similar to this question, but not quite:
"Warning: iPhone apps must include armv6 architecture," even with build configuration