App Crashes iOS 13 for users

Not sure what is causing the issue, happening for users. unable to reproduce.

How to find what is triggering the crash, what touch event? Crashlog only shows main, is it some thing device has Touch setting different than regular user?

0x1d67a680c -[UIApplicationAccessibility sendEvent:] + 96 (UIApplicationAccessibility.m:2940)



Answered by c12345 in 622168022
Found the issue button addTarget action method not exists in home view controller. crashlog not providing the view controller name. I have to check all actions to reproduce.
Accepted Answer
Found the issue button addTarget action method not exists in home view controller. crashlog not providing the view controller name. I have to check all actions to reproduce.
App Crashes iOS 13 for users
 
 
Q