Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-10361

frameworks.json not being updated properly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 5.4.1, 6.3.1
    • None
    • cordova-ios
    • Xubuntu 14.04 x86_64, node@5.1.0, npm@3.10.7, cordova@6.3.1, cordova-ios@4.2.1

    Description

      Steps

      1. cordova create hello && cd hello
      2. cordova platform add ios
      3. cat platforms/ios/frameworks.json // No such file or directory
      4. cordova plugin add --save phonegap-plugin-push --variable SENDER_ID="000000000000"
      5. cat platforms/ios/frameworks.json // {AddressBook.framework: 1, libsqlite3.tbd: 1, libz.tbd: 1}
      6. cordova plugin rm --save phonegap-plugin-push
      7. 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

          Activity

            People

              shazron Shazron Abdullah
              kikoalemao Frederico Costa Galvão
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: