Simple symbolicator python script based on 'atos' command
Run sample: symbolicate.py {xxx.dSYM/Contents/Resources/DWARF/xxx} {file.diag} {outputFile}
You will need for running this script the following files:
- Your dSYM file which is created when building in release mode (or if you are intrested in debug as well, use this configuration in Xcode:
-
Your diagnostic/crash report file
-
you can supply output file path, or use the default - /tmp/translatedDiagnostics.log
then, supply the scipts these parameters with the above order.