libobjc.A.dylib objc_msgSend - React Native iOS - How do I read this crash report?

五迷三道 提交于 2019-12-13 10:07:45

问题


My React Native iOS app is randomly crashing with this, and I do not know how to interpret it. Any ideas as to what it means?

EDIT: If this is a bad question, please let me know where I can help on this, as I do not know where to begin looking. It's a random crash that has been bugging me for a while now.


回答1:


Use chrome-debugger. That should help you tracking the cause of the crash. Also you need to draw the pattern out of the randomness. The image you have sent was not helpful enough to me to understand the problem.

If you do not know how to use the chrome-debugging, this might help : https://facebook.github.io/react-native/docs/debugging.html



来源:https://stackoverflow.com/questions/43688667/libobjc-a-dylib-objc-msgsend-react-native-ios-how-do-i-read-this-crash-repor

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