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
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)
.PNG
->
.png
If the warning doesn't go away, clean the project by going to Product -> Clean
Product
Clean
(or just: Shift + CMD + K)