Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 7 warning: The launch image does not have a valid extension

Tags:

Xcode 7 has warnings for my launch image set. It reads:

The launch image set "LaunchImage" references a file "[email protected]", but that file does not have a valid extension.

I tried removing the image and put it back again with no luck. What is it warning about and how can I fix it?

like image 459
Raj Avatar asked Sep 17 '15 14:09

Raj


1 Answers

Try changing [email protected] instead of [email protected].

like image 129
Peppo Avatar answered Nov 27 '22 16:11

Peppo