Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.4.1, 6.3.1
-
None
-
Xubuntu 14.04 x86_64, node@5.1.0, npm@3.10.7, cordova@6.3.1, cordova-ios@4.2.1
Description
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
Expected
// No such file or directory
OR
An empty file
OR
{}
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.
Attachments
Issue Links
- relates to
-
CB-11535 Logic error in uninstall frameworks in iOS
- Closed