You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Ben Connito (JIRA)" <ji...@apache.org> on 2016/02/07 16:00:44 UTC

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

    [ https://issues.apache.org/jira/browse/CB-10493?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15136280#comment-15136280 ] 

Ben Connito commented on CB-10493:
----------------------------------

https://github.com/apache/cordova-ios/pull/191

I removed the key and string.

> [iOS] 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
>              Labels: cordova-ios-4.1.0, triaged
>
> 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