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
Although this isn't the OPs issue in this case, this is for anyone was has multiple targets in their project: also make sure the asset catalog is included in all targets (if you're using a single catalog for all targets). In my case it had defaulted (or I had set it at some point in the past) to the first target, and thus my other targets had no launch screen. Strangely, they still had icons.