For some reason, -that is not important now,- you might find yourself looking at a cryptic .crash...
Symbolicating it is as easy as running this Xcode script:
symbolicatecrash -v <.crash file> <.app/app binary> > <.crash output file>
Despite that, I created a script for the fool and lazy (as myself) holding an .ipa, and not wanting to remember where symbolicatecrash is.
Cheers! :boom:
Just run this script on a folder with your .ipa, the corresponding .dSYM, and (1+) .crash file/s.
Will output symbolicated sym-*.crashes for you.