Possible Duplicate:
Support both armv6 and iOS 6 in an App Store app?
Up to now, I've been building my app using "armv6 armv7" and iOS 4.2+.
With Xcode 4.5x and iOS 6, it seems I can't do this anymore. I've tried adding "armv6" to the existing "armv7" and "armv7s" and I've tried removing "armv7s" but I still get warnings when I Analyze:
"warning: no rule to process file '$(PROJECT_DIR)/MyApp/main.m' of type sourcecode.c.objc for architecture armv6"
Plus iOS 4.2 no longer shows for "Depolyment Target"
Is there a way to build my app for iOS 4.2 - 6 ?