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

Error copying Blackberry10 icons

    XMLWordPrintableJSON

Details

    Description

      Just upgraded to 3.5.0-0.2.4 and updated config.xml to use the new icon attributes (so glad to have this btw!).

      When I run prepare, the cli reports some copy errors related to the blackberry10 platform.

      Errors:

      mkdir: no such file or directory: /Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon
      
      cp: copyFileSync: could not write to dest file (code=ENOENT):/Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon/blackberry10/icon-94.png
      
      mkdir: no such file or directory: /Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon
      
      cp: copyFileSync: could not write to dest file (code=ENOENT):/Users/bostondv/Dev/pamfax/platforms/blackberry10/platform_www/res/icon/blackberry10/icon-114.png
      

      My config.xml:

      <?xml version='1.0' encoding='utf-8'?>
      <widget
          id="com.scendix.pamfax"
          version="3.0.3"
          android-versionCode="25"
          ios-CFBundleVersion="25"
          xmlns="http://www.w3.org/ns/widgets">
      
          ...
      
          <platform name="blackberry10">
            <icon src="res/icon/blackberry10/icon-94.png" />
            <icon src="res/icon/blackberry10/icon-114.png" />
          </platform>
      </widget>
      

      The `platforms/blackberry10/platform_www/res/icon` directories do exist but the icons are not copied. Blackberry platform is upgraded to 3.5. I've also tried deleting `platforms_www` to no avail.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              bostondv Boston Dell-Vandenberg
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: