moonbeammm / MacSymbolicator

Symbolicating macOS/iOS crash reports, easily.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MacSymbolicator

MacSymbolicator 2.6

A simple Mac app for symbolicating macOS/iOS crash reports.

Supports symbolicating:

  • .crash and .ips crash reports
  • sample and spindump reports

Includes a command-line interface (MacSymbolicator.app/Contents/MacOS/MacSymbolicatorCLI):

USAGE: mac-symbolicator-cli [--translate-only] [--verbose] [--output <output>] <report-file-path> [<dsym-path> ...]

ARGUMENTS:
  <report-file-path>      The report file: .crash/.ips for crash reports .txt for samples/spindumps
  <dsym-path>             The dSYMs to use for symbolication

OPTIONS:
  -t, --translate-only    Translate the crash report from .ips to .crash
  -v, --verbose
  -o, --output <output>   The output file to save the result to, instead of printing to stdout
  -h, --help              Show help information.

Download from Releases

Buy Me A Coffee

Screenshots

MacSymbolicator

MacSymbolicator

MacSymbolicator

Building from source

Just clone and build with Xcode 13+

License

License is GNU GPLv2.

Contact

@inket on GitHub/Twitter

About

Symbolicating macOS/iOS crash reports, easily.

License:GNU General Public License v2.0


Languages

Language:Swift 92.3%Language:Shell 4.7%Language:Objective-C 2.9%