Return-Path: X-Original-To: apmail-cordova-issues-archive@minotaur.apache.org Delivered-To: apmail-cordova-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 320DF189B9 for ; Sat, 26 Mar 2016 02:26:26 +0000 (UTC) Received: (qmail 9789 invoked by uid 500); 26 Mar 2016 02:26:26 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 9765 invoked by uid 500); 26 Mar 2016 02:26:26 -0000 Mailing-List: contact issues-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@cordova.apache.org Received: (qmail 9670 invoked by uid 99); 26 Mar 2016 02:26:26 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Mar 2016 02:26:25 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8D5EB2C1F60 for ; Sat, 26 Mar 2016 02:26:25 +0000 (UTC) Date: Sat, 26 Mar 2016 02:26:25 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10955) deployment-target ignored during build, breaking iOS 7 support MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-10955?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15212744#comment-15212744 ] Shazron Abdullah commented on CB-10955: --------------------------------------- Yes that is outdated. I mentioned it here: https://github.com/apache/cordova-docs/pull/501 but failed to file an issue. Doing so now. > deployment-target ignored during build, breaking iOS 7 support > -------------------------------------------------------------- > > Key: CB-10955 > URL: https://issues.apache.org/jira/browse/CB-10955 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 4.1.0 > Environment: cordova-ios 4.1.0 > cordova cli 6.0.0 > Mac OS 10.11.3 > Reporter: Jacob Weber > Labels: cordova-ios-4.1.1 > > Regardless of whether I set the "deployment-target" preference in config.xml, Cordova builds an app that requires a minimum of iOS 8.0. As a result, I can no longer build apps for iOS 7. > Create a new cordova project, and add to its config.xml: > {code} > > > {code} > Run {{cordova prepare --verbose}} and {{cordova build}}. During the prepare phase, I see this message (three times, for some reason): > {code} > Set IPHONEOS_DEPLOYMENT_TARGET to "7.0". > {code} > And if I open the app in Xcode, it shows "Deployment Target" set to 7.0. > But the resulting .app file's Info.plist contains: > {code} > MinimumOSVersion > 8.0 > {code} > So I can't install it on iOS 7; I get this error on the device: > {code} > installd[551] : 0x10050c000 verify_bundle_metadata: The system version is lower than the minimum OS version > {code} > This is still the case if I set "deployment-target" to 9.0. > This seems to be because {{cordova/build.xcconfig}} includes the line: > {code} > IPHONEOS_DEPLOYMENT_TARGET = 8.0 > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org