Weird UIAccessibility Crash On Ipad Mini 2

江枫思渺然 提交于 2019-12-02 01:47:41

问题


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 on iphone 6s and iphone 6s plus.

UIAccessibility _copyMultipleAttributeValuesCallback

The following is crashlytic log screenshot.


回答1:


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.



来源:https://stackoverflow.com/questions/40877912/weird-uiaccessibility-crash-on-ipad-mini-2

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!