Skip to content

leptos-null/ips-page

Repository files navigation

ips-page

A web-based tool to parse and display Apple crash reports (.ips files) in a human-readable format.

Currently, this repo provides two ways to view a given .ips file:

Local Development

Since this project uses ES6 modules, you'll need to run a local web server to view the pages (modules don't work with file:// URLs).

Start a local server:

python3 -m http.server 8000

Then open:

Command Line Usage

You can also convert .ips files to plain text from the command line using JavaScriptCore:

jsc -m cli-parser.js -- crash.ips > crash.txt

This uses the same parser core as the web version, ensuring consistent output.


IPS files: https://developer.apple.com/documentation/xcode/interpreting-the-json-format-of-a-crash-report

Much of the code in this repo is written by Claude Code. The commits in this repo are intentionally segmented to isolate the authors appropriately.

About

Webpage to pretty-print IPS files

Topics

Resources

License

Stars

Watchers

Forks

Contributors