Not ideal, but works.
- Copy
.app
,.dSYM
and.crash
file into a temp folder - Copy the relevant crash symbols into a txt file name 'symbols.txt'. Format should look like:
0x00110176 0xb8000
0x0011003a 0xb8000
0x001d2d44 0xb8000
- Run
xcrun
likexcrun atos -o "Optum Harmony.app/Optum Harmony" -arch armv7 -l 0xb8000 -f symbols.txt
Console will print out the sybmolicated names of the methods & lines for the given stack trace info.
- For
.app
:dwarfdump -u "Optum Harmony.app/Optum Harmony"
- For
.dSYM
:dwarfdump -u "Optum Harmony.app.dSYM/Optum Harmony.app.dSYM/Contents/Resources/DWARF/Optum Harmony"
atos -arch armv7 -o "Optum Harmony.app.dSYM/Optum Harmony.app.dSYM/Contents/Resources/DWARF/Optum Harmony" -l 0xb8000 0x002c3c3c