In iOS 10 I used a Launch Screen File instead of Launch Images:
After converting to Swift 4 in Xcode 9 for iOS 11 I get the following warning:
Missing "Default-568h@2x.png" launch image
Why is a launch image needed when there is already the launch screen?






