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: [email protected]
For additional commands, e-mail: [email protected]