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
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.
Image.PNG
Image.png
Image.JPG
Image.jpg
Make sure your images have extension with lowercase letters, not capital letters. Hope this will help!