AppleCrashScripts icon indicating copy to clipboard operation
AppleCrashScripts copied to clipboard

symbolicate.swift not work

Open snilwx opened this issue 2 years ago • 0 comments

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, could see the translated data, but when I opened the.ips file in Xcode, it did not have the translated data, which may be the cause of the invalidity.

The hint in the figure below indicates translated data follows: image

The hint in the figure below indicates that the raw data follows: image

I think the original .ips file does not have the translated data. It is the console that translates the original data and shows it

snilwx avatar Jan 22 '24 06:01 snilwx