symbolicatecrash
Atos cannot get symbols from dSYM of archived application
To properly get symbols from your archived app’s dSYM file and get useful information from your BugSense crash reports (or any other crash reports for that matter): Copy the stack trace from BugSense into TextEdit or any other text editor. Make sure to use the “clipboard” icon, rather than simply copying the text. Otherwise you … Read more
iOS crash reports: atos not working as expected
A simpler alternative: you can use the atos -l flag to make it do the maths for you. Say you’ve got the following line in your crash log that you want to symbolicate: 5 MyApp 0x0044e89a 0x29000 + 4348058 The first hex number is the stack address, and the second hex number is the load … Read more