Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cordova App. Xcode: The launch image set named "LaunchImage" did not have any applicable content

Tags:

xcode

ios

cordova

I'm developing a Cordova app for iOS.

I downloaded the repo into another pc (can't go back to old one) and tried to run simulator. Until now it worked, but now It's giving some issue:

The launch image set named "LaunchImage" did not have any applicable content.

Any ideas?? enter image description here

like image 505
Sascuash Avatar asked Sep 17 '14 20:09

Sascuash


1 Answers

Use exact image sizes for these kind of issues.

Default: 320 × 480
Default@2x: 640 × 960
Default-568h@2x: 640 × 1136
Default-667h@2x: 750 × 1334
Default-736h@3x: 1080 × 1920

Use these sizes to solve this problem

like image 198
Akash B Avatar answered Sep 28 '22 22:09

Akash B