Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C2BF919CA6 for ; Sat, 26 Mar 2016 21:05:48 +0000 (UTC) Received: (qmail 39256 invoked by uid 500); 26 Mar 2016 21:05:48 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 39210 invoked by uid 500); 26 Mar 2016 21:05:48 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 39199 invoked by uid 99); 26 Mar 2016 21:05:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Mar 2016 21:05:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 85138DFBDE; Sat, 26 Mar 2016 21:05:47 +0000 (UTC) From: vladimir-kotikov To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org References: In-Reply-To: Subject: [GitHub] cordova-lib pull request: CB-10961 Error when adding ios platform ... Content-Type: text/plain Message-Id: <20160326210547.85138DFBDE@git1-us-west.apache.org> Date: Sat, 26 Mar 2016 21:05:47 +0000 (UTC) Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-lib/pull/416#issuecomment-201929790 @csantanapr, this LGTM and i believe it would solve the problem, but I think the real problem is in cordova-ios `prepare` method - when you change app's name this change doesn't reflected to ios `Api`'s properties (see [prepare.js#L189-L191](https://github.com/apache/cordova-ios/blob/master/bin/templates/scripts/cordova/lib/prepare.js#L189-L191)), and when you call `Api` next time, it uses the old project's path. It looks like https://github.com/apache/cordova-lib/commit/3b9face5187857d354d85f3e3f4316cbace100db that you mentioned just uncovered the real problem. If you think this is urgent, we could merge this and do 6.1.1 release but i'd like to fix this in iOS instead. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org