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 891F4200D46 for ; Sun, 26 Nov 2017 23:47:05 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7E363160BFF; Sun, 26 Nov 2017 22:47:05 +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 C44AC160BEE for ; Sun, 26 Nov 2017 23:47:04 +0100 (CET) Received: (qmail 38136 invoked by uid 500); 26 Nov 2017 22:47:04 -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 38123 invoked by uid 99); 26 Nov 2017 22:47:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 26 Nov 2017 22:47:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 0E57B1A10D0 for ; Sun, 26 Nov 2017 22:47:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -100.002 X-Spam-Level: X-Spam-Status: No, score=-100.002 tagged_above=-999 required=6.31 tests=[RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id lUV6Oyu6vPfp for ; Sun, 26 Nov 2017 22:47:01 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 49F9A5F1A1 for ; Sun, 26 Nov 2017 22:47:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 78917E00CD for ; Sun, 26 Nov 2017 22:47:00 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 283262419F for ; Sun, 26 Nov 2017 22:47:00 +0000 (UTC) Date: Sun, 26 Nov 2017 22:47:00 +0000 (UTC) From: "jcesarmobile (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-13595) cordova build ios --device --release not work MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sun, 26 Nov 2017 22:47:05 -0000 [ https://issues.apache.org/jira/browse/CB-13595?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D162662= 33#comment-16266233 ]=20 jcesarmobile commented on CB-13595: ----------------------------------- The example you say that uses the "new format" is wrong. Try with {code} "release": { "codeSignIdentity": "iPhone Developer", "developmentTeam": "FG35JLLMXX4A", "packageType": "app-store" } {code} Yes, iPhone Developer is right > cordova build ios --device --release not work > --------------------------------------------- > > Key: CB-13595 > URL: https://issues.apache.org/jira/browse/CB-13595 > Project: Apache Cordova > Issue Type: Bug > Components: cordova-ios > Affects Versions: cordova-ios 4.5.0 > Environment: cordova -v=EF=B8=B07.1.0 > node -v=EF=B8=B08.9.1 > Xcode 9.1(9B55) > cordova ios=EF=B8=B04.5.3 > macOS High Sierra 10.13 > Reporter: Colin Bau > Assignee: Suraj Pindoria > Labels: ios > > step 1 > I import my Provisioning Profiles to keychain (double click) > !https://www.littlebau.com/ios/step1/01.png! > !https://www.littlebau.com/ios/step1/02.png! > step 2 > I prepare the build.json file (I tried the older format and new format bu= t still no luck) > I am very sure the "provisionProfile" is correct (it was my provisionProf= ile's UUID) > [link title|https://cordova.apache.org/docs/en/latest/guide/platforms/ios= /#using-buildjson] > !https://www.littlebau.com/ios/step2/01.png! > !https://www.littlebau.com/ios/step2/02.png! > step 3 > I use Xcode and setting the Signing=EF=BC=8Cit will build success > !https://www.littlebau.com/ios/step3/01.png! > !https://www.littlebau.com/ios/step3/02.png! > step 4 > but if I use=EF=B8=B0cordova build ios --device --release > it will "ARCHIVED FAIL" > !https://www.littlebau.com/ios/step4/01.png! > !https://www.littlebau.com/ios/step4/02.png! > !https://www.littlebau.com/ios/step4/03.png! > in previous cordova-ios version=EF=BC=8Cabove workflow is work perfect an= d it will generate a ipa format file finally > but in new cordova-ios or Xcode version=EF=BC=8Cit seem not work anymore > if I miss something or give me some hint to solve it ? -- This message was sent by Atlassian JIRA (v6.4.14#64029) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org