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 [email protected]" 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: [email protected]
For additional commands, e-mail: [email protected]