I’m trying to get the crash information from .ips file and print the information in Xcode console.
For now, I can see the .ips file by selection Window -> Device and Simulator -> Open Recent logs. This will open the folder that contains the .ips and we can see the details of the crash.
Is there any way to get this information in .ips file within Xcode and print it in the console?
I have tried using Mertric Kit to get the crash details, but it’s not as detailed in .ips file