If you then want the human readable format, feed the result into Console as described previously.
Is there a way to get this human readable format through Terminal? CrashSymbolicator.py is supposed to replace the deprecated symbolicatecrash script, but it seems like it's still missing this important step. I'm unclear on how to automate crash symbolication with this new script/format. Most docs only mention the old .ips format and don't cover how to handle anything for iOS15+.
Post
Replies
Boosts
Views
Activity
Hey, my apologies, I've tried using the lldb.macosx.crashlog module without any success. It looks like it requires the original location of the application when it was created to be provided. Can you point me toward an example of its intended usage? Is that still the only preferred way for these json-formatted logs? Using symbolicatecrash seemed much for straightforward. Furthermore I'm curious what the purpose is for using CrashSymbolicator.py for symbolication then.