Starting in iOS 13b4, whenever I tap on a UITextView and it becomes the first responder the message below is output to the console and the app becomes unresponsive but doesn't actually crash. Seems like it's a bug in the SDK because I get the same behavior if I create a new project, add a UITextView to the story board, then run the project in the simulator and tap on it.
Is anyone else havign this problem? Are there any workarounds short of not adopting the UISCene lifecycle?
[Assert] Error in UIKit client: -[UIWindow setScreen:] should not be called if the client adopts UIScene lifecycle. Call -[UIWindow setWindowScene:] instead.