[ 
https://issues.apache.org/jira/browse/CB-10361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Frederico Costa Galvão updated CB-10361:
----------------------------------------
    Description: 
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="000000000000"
# 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.

  was:
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.


> frameworks.json not being updated properly
> ------------------------------------------
>
>                 Key: CB-10361
>                 URL: https://issues.apache.org/jira/browse/CB-10361
>             Project: Apache Cordova
>          Issue Type: Bug
>      Security Level: Public(Anyone can view this level - this is the 
> default.) 
>          Components: iOS
>    Affects Versions: 5.4.1
>         Environment: Xubuntu 14.04 x86_64, [email protected], [email protected], 
> [email protected], [email protected]
>            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 --variable 
> SENDER_ID="000000000000"
> # 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to