Debug iOS native crashes in response

I am creating an iOS application using native-native. I am distributing the application using TestFlight. From time to time I saw a crash report on TestFlight. When I look at the information about crashes in Xcode, it says nothing about how much of the JS code could lead to a crash. The following is an example of the crash log I get on Xcode. Here Apprefers to the name of my application.

enter image description here

Since these crashes only happen intermittently, and the stack trace above indicates very common methods, I'm not sure how to debug such crashes.

Please share what would be a good strategy for debugging these crashes.

+4

Source: https://habr.com/ru/post/1669366/


All Articles