[ https://issues.apache.org/jira/browse/CB-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13458325#comment-13458325 ]
Shazron Abdullah edited comment on CB-1360 at 9/19/12 11:35 AM: ---------------------------------------------------------------- Fix: Find the "ARCHS" setting in your CordovaLib's .pbxproj (open in text editor) and replace with: {code} "ARCHS[sdk=iphoneos*]" = "armv6 armv7"; "ARCHS[sdk=iphoneos6.*]" = "armv7 armv7s"; "ARCHS[sdk=iphonesimulator*]" = i386; {code} Also, add "armv7s" as the VALID_ARCHS Build Setting. The project itself does NOT need to add any of these settings. was (Author: shazron): Fix: Find the "ARCHS" setting in your .pbxproj (open in text editor) and CordovaLib's .pbxproj and replace with: {code} "ARCHS[sdk=iphoneos*]" = "armv6 armv7"; "ARCHS[sdk=iphoneos6.*]" = "armv7 armv7s"; "ARCHS[sdk=iphonesimulator*]" = i386; {code} Also in CordovaLib, add "armv7s" as the VALID_ARCHS Build Setting > iOS 6 - bump deployment target support to 4.3, add/remove architectures > ----------------------------------------------------------------------- > > Key: CB-1360 > URL: https://issues.apache.org/jira/browse/CB-1360 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Reporter: Shazron Abdullah > Assignee: Shazron Abdullah > Priority: Critical > Labels: ios6 > Fix For: 2.2.0 > > > Once Xcode 4.5 (thus iOS 6 release) goes GM, armv6 support is removed. armv6 > support removal means only devices that can install iOS 4.3 can be deployed > to. Cordova will need to bump up support to 4.3 minimum, and remove armv6 > architecture from the default template and CordovaLib. > armv6 devices: original iPhone, iPhone 3G, iPod Touch 1st Gen, iPod Touch 2nd > Gen. > This is in anticipation of the Sept 12 release of the new iPhone, thus iOS 6. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira