I have a question that's been bugging me for a while. For our symbolicated crash reports, for internal frameworks that we have the source code for, symbolicated crash reports frequently have offsets instead of line numbers. For instance, the symbolicated report has:
*AppName* 0x0025b0b2 -[*AppSpecificClass AppSpecificMessage*:] + 682
when we'd like to have:
*AppName* 0x001c444d __39-[*AppSpecificClass AppSpecificMessage*] (*AppSpecificClass*.m:145)
I have tried a bunch of different permutations of build settings but I cannot get this to work consistently (we do get line numbers for some parts of the crash).
Thanks for the help, Rob