Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/inket/MacSymbolicator

Symbolicating macOS/iOS crash reports, easily.
https://github.com/inket/MacSymbolicator

app crash-reports dsym ios macos symbolication

Last synced: about 2 months ago
JSON representation

Symbolicating macOS/iOS crash reports, easily.

Awesome Lists containing this project

README

        

![MacSymbolicator](/Resources/Assets.xcassets/AppIcon.appiconset/Icon_128x128.png?raw=true)

# 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] [--uuids-only] [--verbose] [--output ] [ ...]

ARGUMENTS:
The report file: .crash/.ips for crash reports .txt for samples/spindumps
The dSYMs to use for symbolication

OPTIONS:
-t, --translate-only Translate the crash report from .ips to .crash
-u, --uuids-only Output binary images and UUIDs
-v, --verbose
-o, --output The output file to save the result to, instead of printing to stdout
-h, --help Show help information.
```

[Download from Releases](https://github.com/inket/MacSymbolicator/releases)

Buy Me A Coffee

# Screenshots

![MacSymbolicator](/screenshot1.png?raw=true)

![MacSymbolicator](/screenshot2.png?raw=true)

![MacSymbolicator](/screenshot3.png?raw=true)

## Building from source

Just clone and build with Xcode 13+

## License

License is GNU GPLv2.

## Contact

@inket on GitHub/Twitter