/ips2crashlog

Takes in Apple .ips crash files and converts them to crash logs

Primary LanguageSwift

ips2crashlog

Command line tool that converts Apple generated .ips crash logs to human readable format in the exact same way as Xcode and Console.app do.

Build

swift build -c release

Usage

USAGE: ips2crashlog <input> [--output <output>]

ARGUMENTS:
  <input>                 Path to the IPS crash report file

OPTIONS:
  -o, --output <output>   Output path (optional)
  -h, --help              Show help information.

Tests

The suite of tests is currently one test that compares the output of the tool with the output of Console.app.

swift test