Sascuash
Sascuash

Reputation: 3831

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

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

Upvotes: 7

Views: 6490

Answers (1)

Akash B
Akash B

Reputation: 59

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

Upvotes: 4

Related Questions