You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Aleksey Anikin (JIRA)" <ji...@apache.org> on 2015/12/17 18:30:46 UTC

[jira] [Created] (CB-10214) Copying assets failed

Aleksey Anikin created CB-10214:
-----------------------------------

             Summary: Copying assets failed
                 Key: CB-10214
                 URL: https://issues.apache.org/jira/browse/CB-10214
             Project: Apache Cordova
          Issue Type: Bug
          Components: CordovaLib, iOS
    Affects Versions: 5.4.1
            Reporter: Aleksey Anikin


On "cordova platform add ios@4.0.0" cordova tries to copy files from the wrong directory assets
{quote}
$ cordova platform add ios@latest --verbose
$ ...
$ Copying icon from /Users/username/mobile/*config.xml/assets*/ios/icons/icon-60.png to /Users/username/mobile/platforms/ios/Resources/icons/icon-60.png
cp: no such file or directory: /Users/username/mobile/config.xml/assets/ios/icons/icon-60.png
{quote}
and copies in the wrong directory ios/Resources/icons/ should be copied to Images.xcassets/AppIcon.appiconset/

{quote}
$ cordova --version
5.4.1
$ cordova platforms
Installed platforms: android 5.0.0, ios 4.0.0
{quote}



--
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