I had to switch from the SwiftUI app lifecycle to the UIKit lifecycle due to this issue: https://developer.apple.com/forums/thread/742580
When I switch to UIKit I get a black screen on startup. It's the inverse of this issue: https://openradar.appspot.com/FB9692750
For development, I can work around this by deleting and reinstalling the app, but I can't ship an app that results in a black screen for users when they update.
Anyone know of a work-around?
I've filed FB13462315