crash.title
crash.desc
How to use
1.Paste a crash log or upload a
.crash / .ips / .json file, then click Parse2.For your app code: upload the
.dSYM.zip from your Xcode archive3.For system libraries (UIKit, Foundation...): click "+ Download", enter device model and iOS version to fetch Apple system symbols via
ipsw4.Select the symbol set from the dropdown, then click Symbolicate
CLI Reference
$ atos -arch arm64 -o MyApp.dSYM/Contents/Resources/DWARF/MyApp -l 0x100000000 0x100abc123
$ symbolicatecrash MyApp.crash MyApp.dSYM > symbolicated.crash