AppleCrashScripts
AppleCrashScripts copied to clipboard
Tool that converts Apple crash report from json to old style stack
Thanks for sharing this on Github :) Can you add a license to this repo? It looks like some of the code referenced is MIT License so that seems like...
let rawStack = getCrashedThreadLines(crashReport: crashReport) let binaryImages = getBinaryImages(crashReport: crashReport) Both of the above functions return empty arrays. I found that when I opened the .ips file using the console,...
Error message "No symbolic information found" When using the crash file to generate the log file. The uuid in the dysm file is the same as that in the crash...