/simba-symbolication

A macOS app that symbolicates crash reports. You can use it as a GUI on top of Apple's atos command line tool. It also verifies that the binary executable, symbols file and crash report match, and replaces unsymbolicated symbols in the crash report, which you can save to disk.

Primary LanguageObjective-C

alt screenshot

Ever run into problems symbolicating a crash report for your Mac or iOS app? Simba is here to help!

You will need the crash report (.crash), the original binary executable file, and a .dSYM file of symbols.

This app symbolicates the crash report for you, using Atos.

More details on this approach to manual symbolication can be found here.