You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Mark van Beek (JIRA)" <ji...@apache.org> on 2016/02/01 10:18:39 UTC

[jira] [Created] (CB-10493) Missing icon.png

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: cordova@6.0.0
cordova-ios@4.0.1
ios@9.2
xcode@7.2
            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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org