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

前端 未结 3 1171
温柔的废话
温柔的废话 2021-02-18 18:22

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

The launch image set \"LaunchImage\" references a file \"Default@2x.PNG\", but that file does not

3条回答
  •  别那么骄傲
    2021-02-18 18:29

    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!

提交回复
热议问题