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 7BB02200C3A for ; Fri, 17 Mar 2017 01:03:47 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 7A3CD160B8B; Fri, 17 Mar 2017 00:03:47 +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 C256A160B78 for ; Fri, 17 Mar 2017 01:03:46 +0100 (CET) Received: (qmail 33818 invoked by uid 500); 17 Mar 2017 00:03:46 -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 33805 invoked by uid 99); 17 Mar 2017 00:03:45 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 17 Mar 2017 00:03:45 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 69AF1C1399 for ; Fri, 17 Mar 2017 00:03:45 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 1.451 X-Spam-Level: * X-Spam-Status: No, score=1.451 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RP_MATCHES_RCVD=-0.001, SPF_NEUTRAL=0.652] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id 0ac3K9AvyHNu for ; Fri, 17 Mar 2017 00:03:44 +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 20DE25F5C9 for ; Fri, 17 Mar 2017 00:03:44 +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 2712DE086A for ; Fri, 17 Mar 2017 00:03:43 +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 E99D1254BA for ; Fri, 17 Mar 2017 00:03:41 +0000 (UTC) Date: Fri, 17 Mar 2017 00:03:41 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-12571) Podfile gets overwriten and some dependencies disappear MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 17 Mar 2017 00:03:47 -0000 [ https://issues.apache.org/jira/browse/CB-12571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15929206#comment-15929206 ] ASF subversion and git services commented on CB-12571: ------------------------------------------------------ Commit 6514b63265289e0955c8d03309cac5d2b98a9edd in cordova-ios's branch refs/heads/master from [~shazron] [ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=6514b63 ] CB-12571 - Podfile gets overwritten and some dependencies disappear. This closes #296 > Podfile gets overwriten and some dependencies disappear > ------------------------------------------------------- > > Key: CB-12571 > URL: https://issues.apache.org/jira/browse/CB-12571 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Reporter: jcesarmobile > Assignee: Shazron Abdullah > Labels: cordova-ios > Fix For: cordova-ios@4.4.0 > > > When you install some plugins that use CocoaPods, some of the libraries disappear from the Podfile. > Steps to reproduce: > 1. cordova create testPods > 2. cd testPods > 3. cordova platform add ios > 4. cordova plugin add https://github.com/aerogear/aerogear-cordova-push/ > 5. Open platforms/ios/Podfile and check that pod 'AeroGear-Push', '1.2.0' is there > 6. cordova plugin add https://github.com/jcesarmobile/cordova-plugin-tesseract-ocr > 7. Open platforms/ios/Podfile and check that pod 'TesseractOCRiOS', '~> 4.0.0' is there, but pod 'AeroGear-Push', '1.2.0' is gone > Expected: > have both > pod 'AeroGear-Push', '1.2.0' > pod 'TesseractOCRiOS', '~> 4.0.0' > It's curious that if you install them in the opossite order, this doesn't happen > In both cases, the pods.json file has the information of both pods > This doesn't happen with all plugins, so looks like an edge case. I found this two plugins where the problem is present, but it was also reported on Slack. -- This message was sent by Atlassian JIRA (v6.3.15#6346) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org For additional commands, e-mail: issues-help@cordova.apache.org