[ 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/22/12 9:25 AM: --------------------------------------------------------------- Fix: Find the "ARCHS" setting in your CordovaLib's CordovaLib.xcodeproj/project.pbxproj (Show Package Contents -> 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 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. > 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. > Conditionally add architectures based on iOS version in CordovaLib.xcodeproj > 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