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 CC7BE18AB1 for ; Wed, 24 Feb 2016 23:01:18 +0000 (UTC) Received: (qmail 48674 invoked by uid 500); 24 Feb 2016 23:01:18 -0000 Delivered-To: apmail-cordova-issues-archive@cordova.apache.org Received: (qmail 48629 invoked by uid 500); 24 Feb 2016 23:01:18 -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 48263 invoked by uid 99); 24 Feb 2016 23:01:18 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Feb 2016 23:01:18 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 663922C1F5A for ; Wed, 24 Feb 2016 23:01:18 +0000 (UTC) Date: Wed, 24 Feb 2016 23:01:18 +0000 (UTC) From: "Nikhil Khandelwal (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10675) cordova prepare fails 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-10675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15165684#comment-15165684 ] Nikhil Khandelwal commented on CB-10675: ---------------------------------------- Looks like Node 5.7.1 will fix this which is great! > cordova prepare fails > --------------------- > > Key: CB-10675 > URL: https://issues.apache.org/jira/browse/CB-10675 > Project: Apache Cordova > Issue Type: Bug > Components: CordovaLib > Affects Versions: 6.0.0 > Reporter: Tom Bell > > Running `cordova prepare` fails on an access element with url "https://*". > Executing "before_prepare" hook for all plugins. > Searching PlatformJson files for differences between project vs. platform installed plugins > No differences found between project and android platform. Continuing... > Searching PlatformJson files for differences between project vs. platform installed plugins > No differences found between project and ios platform. Continuing... > Generating config.xml from defaults for platform "android" > Wrote out Android application name to "Capsule" > This app does not have launcher icons defined > Wrote out Android package name to "com.zestia.mobile" > Generating config.xml from defaults for platform "ios" > Error: TypeError: Cannot read property 'indexOf' of null > at parseWhitelistUrlForATS (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/metadata/ios_parser.js:402:26) > at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/metadata/ios_parser.js:354:19 > at Array.reduce (native) > at processAccessAndAllowNavigationEntries (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/metadata/ios_parser.js:353:6) > at writeATSEntries (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/metadata/ios_parser.js:442:14) > at ios_parser.update_from_config (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/metadata/ios_parser.js:114:15) > at ios_parser.update_project (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/metadata/ios_parser.js:290:17) > at PlatformApiPoly.prepare (/usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/platforms/PlatformApiPoly.js:212:25) > at /usr/local/lib/node_modules/cordova/node_modules/cordova-lib/src/cordova/prepare.js:101:32 > at _fulfilled (/usr/local/lib/node_modules/cordova/node_modules/q/q.js:787:54) -- 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