0

I am getting black screen on iOS 8 device. Launch screen from LaunchScreen.storyboard works fine on iOS9 device.

I am pretty sure you did not need a launch image asset for iOS8 until I upgraded to Xcode 7

bytecode77
  • 14,163
  • 30
  • 110
  • 141
Kashif
  • 4,642
  • 7
  • 44
  • 97

1 Answers1

0

After much head banging, I found out that I had tried to attached a Cocou Touch file with my LaunchScreen View Controller. That was causing the problem. Once I removed the all outlet references from my launch screen, it started working in iOS 8.

Kashif
  • 4,642
  • 7
  • 44
  • 97