You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Suraj Pindoria (JIRA)" <ji...@apache.org> on 2017/11/21 18:31:00 UTC

[jira] [Commented] (CB-13598) Build fails due to missing launch images

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

Suraj Pindoria commented on CB-13598:
-------------------------------------

Yes, I am aware that the files for this default launch images are not present. But it shouldn't prevent you from building an app. It may cause issues when you try to upload to the app store though.

Going to close this issue.

> Build fails due to missing launch images
> ----------------------------------------
>
>                 Key: CB-13598
>                 URL: https://issues.apache.org/jira/browse/CB-13598
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-ios
>    Affects Versions: cordova-ios 4.5.0
>            Reporter: Stein Desmet
>            Assignee: Suraj Pindoria
>
> Build fails on version 4.5.3 and 4.5.4, because the images referenced for IphoneX in Contents.json in  Images.xcassets/LaunchImage.launchimage are not available.
> For example, Contents.json refers to 'Default-2436h.png', but this file is not present.
> Workaround: manually specify splash screens for iphone X in config.xml.
>        
> {code:xml}
>         <splash height="2436" src="<some_png>" width="1125" />
>         <splash height="1125" src="<some_png>" width="2436" />
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org