libobjc.A.dylib objc_msgSend - React Native iOS -

2019-09-22 08:25发布

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.

enter image description here

1条回答
叼着烟拽天下
2楼-- · 2019-09-22 09:10

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

查看更多
登录 后发表回答