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 AD646200BB7 for ; Wed, 5 Oct 2016 02:01:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id AC0E9160ACC; Wed, 5 Oct 2016 00:01:52 +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 EDDC8160ADC for ; Wed, 5 Oct 2016 02:01:51 +0200 (CEST) Received: (qmail 67100 invoked by uid 500); 5 Oct 2016 00:01:51 -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 66878 invoked by uid 99); 5 Oct 2016 00:01:50 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Oct 2016 00:01:50 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id A63C72C2A65 for ; Wed, 5 Oct 2016 00:01:50 +0000 (UTC) Date: Wed, 5 Oct 2016 00:01:50 +0000 (UTC) From: "Shazron Abdullah (JIRA)" To: issues@cordova.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CB-10361) frameworks.json not being updated properly MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Wed, 05 Oct 2016 00:01:52 -0000 [ https://issues.apache.org/jira/browse/CB-10361?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D155471= 09#comment-15547109 ]=20 Shazron Abdullah commented on CB-10361: --------------------------------------- Re-tested, still occurs. > frameworks.json not being updated properly > ------------------------------------------ > > Key: CB-10361 > URL: https://issues.apache.org/jira/browse/CB-10361 > Project: Apache Cordova > Issue Type: Bug > Components: iOS > Affects Versions: 5.4.1, 6.3.1 > Environment: Xubuntu 14.04 x86_64, node@5.1.0, npm@3.10.7, cordov= a@6.3.1, cordova-ios@4.2.1 > Reporter: Frederico Costa Galv=C3=A3o > Assignee: Shazron Abdullah > Priority: Minor > Labels: regression, triaged > > h3. Steps > # cordova create hello && cd hello > # cordova platform add ios > # cat platforms/ios/frameworks.json // No such file or directory > # cordova plugin add --save phonegap-plugin-push --variable SENDER_ID=3D"= 000000000000" > # cat platforms/ios/frameworks.json // {AddressBook.framework: 1, libsqli= te3.tbd: 1, libz.tbd: 1} > # cordova plugin rm --save phonegap-plugin-push > # cat platforms/ios/frameworks.json > h4. Expected > // No such file or directory > OR > An empty file > OR > {} > h4. Actual > {AddressBook.framework: 1, libsqlite3.tbd: 1, libz.tbd: 1} > If I re-add the plugin, those counters will go up, and these dependencies= will never be removed. -- 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