Weird UIAccessibility Crash On Ipad Mini 2

前端 未结 1 796
予麋鹿
予麋鹿 2021-01-21 18:26

Our app used Crashlytics to track app crash. One really weird crash was logged in Crashlytics. It only happened when using ipad mini. I never experienced the issue when testing

1条回答
  •  盖世英雄少女心
    2021-01-21 18:55

    Anything prefixed with AX or _AX is most likely a private accessibility class as well as AXRuntime is mose likely an internal framework. This means, unfortunately, that there is probably nothing you can do to fix this crash yourself.

    However, filing a bug to Apple might help them resolve the issue. You can file bugs to Apple here and there is a dedicated Accessibility component that you can assign it to. Remember to include the stack trace and any other relevant information.

    0 讨论(0)
提交回复
热议问题