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

10,063

Solution 1

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

Solution 2

Can't comment, yet found this helpful:

After renaming the image's extension name to lowercase the warning goes away (as explained in the accepted answer: .PNG -> .png)

If the warning doesn't go away, clean the project by going to Product -> Clean

(or just: Shift + CMD + K)

Solution 3

If you have the file Image.PNG, convert it into Image.png, and if you have the file extension Image.JPG, convert it into Image.jpg.

Make sure your images have extension with lowercase letters, not capital letters. Hope this will help!

Share:
10,063
Raj
Author by

Raj

professionally iOS developer.

Updated on June 24, 2022

Comments

  • Raj
    Raj about 2 years

    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?