I have an iPhone app built with Xcode 7
. Its deployment target is 7.0. At first, when running the app on the iPad
, there no launch images.
I later solved it by checking iOS 6.0 and Prior so launch images would appear on the iPad
. But now i get " An iphone retina (4-inch) launch image for ios 7.0 and later is required. " in the Assets.xcassets
.
Whenever I try to add the images for iPad
Portrait, Landscape and iPhone Portrait in iOS 7.0
and later, the error disappears, however no launch images appear on my iPad 3rd gen. How can i fix that?