Reputation: 4767
The app is build only for iPhone. It supports iOS6.0 and above.
All the splash screen images are added with proper resolutions and the corresponding options are selected in the attribute inspector.
But I do not see the splash screen only for iOS8!!
Upvotes: 2
Views: 5913
Reputation: 5193
I had a issue where an image placed on the LauchScreen.xib was not appearing even after a clean, clear derived data etc in xcode 8
My image was in the Assets.xcassets and somehow xcode got confused. I removed the entry and re-added it and then it worked fine.
Just posting incase anyone else has the same issue.
Upvotes: 2
Reputation: 2411
In XCode 6.1 For IOS 8...Use Launch Image Source as Launch Image...and Replace Launch Screen File from LaunchScreen.Xib to Blank..
Hope this will help
Upvotes: 11
Reputation: 160
set the launch image to LaunchScreen.xib file, hope it will fix it up
Upvotes: 0
Reputation: 1005
Splash screen rules changed from iOS 8. Probably you need to use a XIB or storyboard for landing screen. Please refer following :
Upvotes: 3