Search code examples
iosswiftxcodeswift5launch-screen

`iOS 13.1.3 update` - Got a black screen right after launch screen


When i run my app using xCode 11 Swift 5 on a device that have installed latest update i.e 13.1.3 its become empty a pure black screen following launch screen.

There is nothing in debug hierarchy but view controller is working fine viewDidLoad() viewWillAppear() working all fine.

It's though working fine for 13.1.2 and older versions.


Solution

  • Issue has been resolved looks like UIApplicationSceneManifest this key in info.plist causing that issue. I just remove this key and now it's working fine.