[iOS] xcode 4.5不再支持armv6

你的app要support iOS 6,必须使用xcode 4.5 or later。而xcode 4.5不再支持armv6,即不再支持你的app兼容ios 4.3之前的版本

如果你在app project的“iOS deployment target”设置为低于4.3的版本,当你distribution archive时,就会出现下面的warning:

iPhone apps with a deployment target lower than 4.3 should include an armv6 architecture


ref link: http://www.cocos2d-iphone.org/forum/topic/39570


你可能感兴趣的:(ios,xcode,iPhone,include,Deployment,archive)