My app has this mysterious crash that I've been pulling my hairs out for couple of weeks now:
It crashes when a textfield is tapped on and method becomeFirstResponder is called. It only crashes in a few iOS devices running iOS 15; other devices are working fine. My app is a document-based, multi scene app with Swift and Objective C mixed.
It crashes when the keyboard is pulled up and some accessibility key couldn't be found (according to the crash logs).
Anybody has same experience or could point me to a direction to resolve this crash, I really appreciate it.