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?

Post not yet marked as solved Up vote post of vMaster Down vote post of vMaster
527 views

Replies

The same problem, waiting for answers