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
For anyone stumbling on this question as I did:
If your app is landscape only, it won't load the LaunchImage if portrait is not a "supported orientation". You should always have portrait selected, next to the landscape orientation(s) you want to support.
See also: This question