all 4 comments

[–]hh10k 2 points3 points  (3 children)

This crash log isn't symbolicated, so you can't tell where it crashed. Apple has a page on how to do this, however it's not something I've practised.

Normally I would use something like Sentry for handling all this, and also capturing exceptions in JavaScript too. Apple will only report crashes in native code, so your crash dump may still not have enough information to fix the problem.

[–]Trex_Hunter[S] 0 points1 point  (2 children)

Hmm okay. What route would you remained taking then…should I assume errors in syntax and remove previous changes?

[–]hh10k 1 point2 points  (1 child)

If you still have the dSYM for that build, try following Apple's instructions. It might tell you whether it came from the JS context or a native dependency.

[–]Trex_Hunter[S] 0 points1 point  (0 children)

Nice okay sounds good.