When I get a crash report, it doesn’t show me the function that caused the crash as it used to. This is from an OSX desktop app.
2 com.myCompany 0x000000010018d565 0x100156000 + 226661
3 com.apple.CoreFoundation 0x00007fff88de220c __invoking___ + 140
You can either fiddle with
symbolicatecrash, or use the command-line toolatos(as described here).I’ve had much better success with the latter. In both cases you need the original binary that created the crash report and its associated .dSYM file if the symbols aren’t included in the binary.