Mark van Beek created CB-10493:
----------------------------------
Summary: Missing icon.png
Key: CB-10493
URL: https://issues.apache.org/jira/browse/CB-10493
Project: Apache Cordova
Issue Type: Bug
Components: iOS
Affects Versions: 4.0.1
Environment: [email protected]
[email protected]
[email protected]
[email protected]
Reporter: Mark van Beek
When trying to upload the ipa created with the latest release of cordova
(6.0.0) and cordova-ios (4.0.1) the application loader complains about missing
"icon.png". This is probably caused by the use of xcassets to generate the app
icons whilst still mentioning
{code:xml}
<key>CFBundleIconFile</key>
<string>icon.png</string>
{/code}
in the *-Info.plist.
This file is never copied or generated when using the xcassets function (since
all icons are named AppIcon*.png.
A temporary workaround seems to be removing this key from the *Info.plist and
rebuilding.
STR:
1) Create a blank cordova 6.0.0 project
2) cordova add platform ios
3) cordova build ios --device --release
4) Upload the app
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]