In Xcode 5, I use the asset catalog to manage the app icons and launch images for my app. The app icons work fine on all devices, but the launc
The marked solution helped me figure out my problem:
I had added all the different sizes for the Launch Images, but during launch I would see a white background with black letters "(my app name)" in the center of the screen, with "copywrite (my name)" in small letters along the bottom.
I had specified the "Launch Images Source" to my Images.xcassets file, and added all the images for the correct sizes, but I did not notice that the "Launch Screen File" was still the default value of "LaunchScreen".
I made the "Launch Screen File" entry blank,and it started to use the Images.xcassets files correctly.
Thanks!
This was Xcode 6.1 running on the simulator, ios8.