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 DEB9E182FF for ; Mon, 19 Oct 2015 18:32:28 +0000 (UTC) Received: (qmail 86464 invoked by uid 500); 19 Oct 2015 18:32:28 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 86318 invoked by uid 500); 19 Oct 2015 18:32:28 -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 86107 invoked by uid 99); 19 Oct 2015 18:32:28 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Oct 2015 18:32:28 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 8DCE82C1F65 for ; Mon, 19 Oct 2015 18:32:28 +0000 (UTC) Date: Mon, 19 Oct 2015 18:32:28 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-9500) Not allowed to have XCodeProject display name different from Cordova project name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CB-9500?page=3Dcom.atlassian.ji= ra.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1496378= 2#comment-14963782 ]=20 ASF subversion and git services commented on CB-9500: ----------------------------------------------------- Commit 69e4d8472b542193b545495ee5e9bfd2ab6e923c in cordova-ios's branch ref= s/heads/master from [~njtman] [ https://git-wip-us.apache.org/repos/asf?p=3Dcordova-ios.git;h=3D69e4d84 ] CB-9500 Added no sign argument to iOS build As of Cordova iOS 3.9.0, Xcode signing is automatically added to build step when compiling for device. An argument has been added to skip this step of signing when building for an iOS device. Simply supply the =E2=80=94noSign argument when running the compile / build command. Signed-off-by: Shazron Abdullah > Not allowed to have XCodeProject display name different from Cordova proj= ect name > -------------------------------------------------------------------------= -------- > > Key: CB-9500 > URL: https://issues.apache.org/jira/browse/CB-9500 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 5.2.0 > Environment: Mac OS X > Reporter: Nicholas Farley > Priority: Minor > Labels: compile, compile-error, compilerconfiguration, conve= rsion, error, ios, name, xcode > Fix For: 5.2.0 > > Original Estimate: 2h > Remaining Estimate: 2h > > The recent changes to the compile command (CB-8485) have introduced an is= sue on iOS. Specifically, the inline creation of the signed archive, have m= ade it impossible to have an iOS applications display name be different fro= m the Cordova project name.=20 > The archive generation process expects the .app name to have the same bas= ename as the name listed in the XCodeProject. If it does not find the .app = at this position, it fails the conversion and the entire compile process.= =20 > The .app it creates is based upon the Cordova project name. The name in t= he XCodeProject is the name used for applications name when it is on a devi= ce, so now this name must match the project name or the signed archive won'= t be created. > This can be fixed in a number of ways.=20 > - Include a "no-sign" option, which would mimic the old behavior. > - Include a way to pass the desired name to compile. > - Have the .app name be pulled from some other configuration that isn't = tied to a the iOS display name.=20 -- 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