I updated my app code to support iOS 6 (of course I installed xcode 4.5 and iOS 6 SDK).
My deployment target is still 3.0 I made an archive but it didn't validate and complained about MISSING architecture armv6 but I my warnings I can see :
warning: architecture armv6 is not supported (current ARCHS = "armv7 armv7s armv6").
warning: iOS deployment targets lower than 4.3 are not supported (current IPHONEOS_DEPLOYMENT_TARGET = "3.0", ARCHS = "armv7 armv7s armv6").
So what? Am I forced to drop armv6 and all devices that run iOS < 4.3 ? Isn't there a way to support iOS from version 3.0 to 6.0 ?