Exception at the app start: -[UITextEffectsWindow _accessibilityFindDescendant:]: unrecognized selector sent to instance

After converting an existing project to the latest Xcode build and Swift 5 the app is crashing inside "didFinishLaunchingWithOptions" with the following message:
-[UITextEffectsWindow _accessibilityFindDescendant:]: unrecognized selector sent to instance 0x163e3b180


I've tried replacing the rootViewController with a clean controller with no result.
Any idea?

The same problem, waiting for answers

same problem

Exception at the app start: -[UITextEffectsWindow _accessibilityFindDescendant:]: unrecognized selector sent to instance
 
 
Q