You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/08/02 06:28:20 UTC

[jira] [Commented] (CB-10361) frameworks.json not being updated properly

    [ https://issues.apache.org/jira/browse/CB-10361?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15403454#comment-15403454 ] 

ASF subversion and git services commented on CB-10361:
------------------------------------------------------

Commit 26a997dbfc3185e12248eecb8889d599b47d9a99 in cordova-ios's branch refs/heads/master from [~Nikita Matrosov]
[ https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=26a997d ]

CB-11535 CB-10361 ios: fix bug with remove frameworks

This closes #238


> 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
>         Environment: Xubuntu 14.04 x86_64, node@5.1.0, npm@3.5.3, cordova@5.4.1, cordova-ios@4.0.1
>            Reporter: Frederico Costa Galvão
>            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
> # cat platforms/ios/frameworks.json // {AddressBook.framework: 1, libsqlite3.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