0

I've updated Xcode to Xcode 7. Then my Swift project to Swift 2. At last I removed removed all warnings.

Everything was fine on previous version of Xcode. On Xcode 7, LaunchImage does not display on simulator for iOS 9 but display for iOS 8.

All places are filled on assets: remember it work well on iOS8.

Dominique Vial
  • 3,729
  • 2
  • 25
  • 45

1 Answers1

1

Try unset LaunchImage, save, then reset LaunchImage.

If the issue is still there, you can try recreate your xcodeproj.

Quanlong
  • 24,028
  • 16
  • 69
  • 79