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 08DA2200BBD for ; Tue, 8 Nov 2016 12:41:00 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 077C5160B0C; Tue, 8 Nov 2016 11:41: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 56390160AFA for ; Tue, 8 Nov 2016 12:40:59 +0100 (CET) Received: (qmail 36810 invoked by uid 500); 8 Nov 2016 11:40:58 -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 36777 invoked by uid 99); 8 Nov 2016 11:40:58 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2016 11:40:58 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 57C492C0276 for ; Tue, 8 Nov 2016 11:40:58 +0000 (UTC) Date: Tue, 8 Nov 2016 11:40:58 +0000 (UTC) From: "Dennis Torres (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (CB-12121) Adding ios 4.3.0 by path or by version number fails MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 08 Nov 2016 11:41:00 -0000 [ https://issues.apache.org/jira/browse/CB-12121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15647312#comment-15647312 ] Dennis Torres edited comment on CB-12121 at 11/8/16 11:40 AM: -------------------------------------------------------------- I was using node v6.9.1 but I just tried with v6.7.0 and ran into the same problem. I narrowed down the issue. It only occurs when the *phonegap-plugin-push* plugin is installed before the ios platform is added. It works fine if it's added after the iOS platform is installed. I run into this problem in my automated build because I add the android platform and all of its plugins first before getting to iOS. Should I take this issue up with the *phonegap-plugin-push* plugin? was (Author: psirenny): I was using node v6.9.1 but I just tried with v6.7.0 and ran into the same problem. I narrowed down the issue. It only occurs when the *phonegap-plugin-push* plugin is installed before the ios platform is added. It works fine if it's added after the iOS platform is installed. I run into this problem in my automated build because I add the android platform and all of its plugin first before getting to iOS. Should I take this issue up with the *phonegap-plugin-push* plugin? > Adding ios 4.3.0 by path or by version number fails > --------------------------------------------------- > > Key: CB-12121 > URL: https://issues.apache.org/jira/browse/CB-12121 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 4.3.0 > Environment: Cordova 6.4.0 > Mac OS X 10.11.6 > Reporter: Dennis Torres > Priority: Critical > > The following cli command succeeds: > *cordova platforms add ios* > The following cli commands fail: > *cordova platforms add ios@4.3.0* > *cordova platforms add node_modules/cordova-ios* > and with the following error: > *Error during processing of action! Attempting to revert...* > *Error: Uh oh!* > *Cannot find module '/Users/psirenny/Dropbox/Private/dev/blrrt-web- app/build/cordova/platforms/ios/pods.json'* > It seems like the error occurs within the preparePlatforms function. -- 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