Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EEBDB200BB8 for ; Sat, 29 Oct 2016 01:36:00 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ED74B160AF5; Fri, 28 Oct 2016 23:36:00 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 421CF160AE4 for ; Sat, 29 Oct 2016 01:36:00 +0200 (CEST) Received: (qmail 53604 invoked by uid 500); 28 Oct 2016 23:35:59 -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 53593 invoked by uid 99); 28 Oct 2016 23:35:59 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Oct 2016 23:35:59 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id EDE012C0D55 for ; Fri, 28 Oct 2016 23:35:58 +0000 (UTC) Date: Fri, 28 Oct 2016 23:35:58 +0000 (UTC) From: "Nick Redding (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-12084) iOS 4.3.0 CLI tools fail with Xcode 8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 28 Oct 2016 23:36:01 -0000 [ https://issues.apache.org/jira/browse/CB-12084?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D156169= 38#comment-15616938 ]=20 Nick Redding commented on CB-12084: ----------------------------------- OK but what about clean? That fails under all conditions. Also, it would have been nice to make a note in the iOS 4.3.0 release notes= about this since I've basically burned 3 days fighting this issue and runn= ing it down. > iOS 4.3.0 CLI tools fail with Xcode 8.1 > --------------------------------------- > > Key: CB-12084 > URL: https://issues.apache.org/jira/browse/CB-12084 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 4.3.0 > Environment: OS-X Xcode 8.1 > Reporter: Nick Redding > > iOS 10.1 has been released, and requires Xcode 8.1 for builds. > The Cordiva CLI build tools don't work with Xcode 8.1. > Following is a transcript of a session illustrating this. > {code} > sh-3.2# cd Documents > sh-3.2# cordova -v > 6.4.0 > sh-3.2# cordova create hello > Using detached cordova-create > Creating a new cordova project. > sh-3.2# cd hello > sh-3.2# cordova platform add ios > Adding ios project... > Creating Cordova project for the iOS platform: > =09Path: platforms/ios > =09Package: io.cordova.hellocordova > =09Name: HelloCordova > iOS project created with cordova-ios@4.3.0 > Discovered plugin "cordova-plugin-whitelist" in config.xml. Adding it to = the project > Fetching plugin "cordova-plugin-whitelist@1" via npm > Installing "cordova-plugin-whitelist" for ios > sh-3.2# chmod -R 777 ../hello > sh-3.2# chmod -R 777 ../hello/* > # Now opened Xcode 81. with HelloCordova.xcodeproj, set =E2=80=9CAutomati= cally manage signing=E2=80=9D under project General tab and code signing id= entity to =E2=80=9CiOS Developer=E2=80=9D under project Build Settings. > # Now able to build and run the Hello app, as well as build and archive, = so everything is 100% OK with Xcode 8.1 > # However, now with the CLI, cordova clean iOS fails as follows. To make = matters worse, the clean is destructive, erasing the platforms/ios/www dire= ctory! > sh-3.2# ls platforms/ios > .DS_Store=09=09=09HelloCordova=09=09=09cordova=09=09=09=09pods-debug.xcco= nfig > .gitignore=09=09=09HelloCordova.xcodeproj=09=09ios.json=09=09=09pods-rele= ase.xcconfig > CordovaLib=09=09=09HelloCordova.xcworkspace=09platform_www=09=09=09www > sh-3.2# cordova clean ios > =3D=3D=3D CLEAN TARGET CordovaLib OF PROJECT CordovaLib WITH CONFIGURATIO= N Debug =3D=3D=3D > =E2=80=A6 > =3D=3D=3D CLEAN TARGET HelloCordova OF PROJECT HelloCordova WITH CONFIGUR= ATION Debug =3D=3D=3D > Check dependencies > [BCEROR]No profiles for 'io.cordova.hellocordova' were found: Xcode coul= dn't find a provisioning profile matching 'io.cordova.hellocordova'. > [BCEROR]Code signing is required for product type 'Application' in SDK 'i= OS 10.1' > =E2=80=A6 > ** CLEAN SUCCEEDED ** > =3D=3D=3D CLEAN TARGET CordovaLib OF PROJECT CordovaLib WITH CONFIGURATIO= N Release =3D=3D=3D > =E2=80=A6 > =3D=3D=3D CLEAN TARGET HelloCordova OF PROJECT HelloCordova WITH CONFIGUR= ATION Release =3D=3D=3D > Check dependencies > [BCEROR]No profiles for 'io.cordova.hellocordova' were found: Xcode coul= dn't find a provisioning profile matching 'io.cordova.hellocordova'. > [BCEROR]Code signing is required for product type 'Application' in SDK 'i= OS 10.1' > =E2=80=A6 > ** CLEAN SUCCEEDED ** > sh-3.2# ls platforms/ios > .DS_Store=09=09=09HelloCordova=09=09=09cordova=09=09=09=09pods-debug.xcco= nfig > .gitignore=09=09=09HelloCordova.xcodeproj=09=09ios.json=09=09=09pods-rele= ase.xcconfig > CordovaLib=09=09=09HelloCordova.xcworkspace=09platform_www > sh-3.2#=20 > {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