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

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

Stein Desmet created CB-13598:
---------------------------------

             Summary: 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

       
{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