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:

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

I think the original .ips file does not have the translated data. It is the console that translates the original data and shows it
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:

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

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