Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
MacSymbolicator.zip | 2022-08-06 | 4.7 MB | |
MacSymbolicator 2.4 source code.tar.gz | 2022-08-06 | 8.5 MB | |
MacSymbolicator 2.4 source code.zip | 2022-08-06 | 8.6 MB | |
README.md | 2022-08-06 | 1.2 kB | |
Totals: 4 Items | 21.8 MB | 0 |
- Added support for symbolicating .ips crash reports
- Uses private Apple APIs to convert to the old format for best results
-
Added a CLI version of the app at
MacSymbolicator.app/Contents/MacOS/MacSymbolicatorCLI
:- GUI app still has advantages like automatically searching for dSYMs and telling you what's happening/wrong
- Preview:
USAGE: mac-symbolicator-cli [--translate-only] [--verbose] [--output <output>] <crash-report> [<dsym-path> ...]
ARGUMENTS: <crash-report> The crash report or sample file (.crash/.ips/.txt) <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.
-
Built for Apple Silicon
- Removed Squirrel (auto-updating framework)
- Because it doesn't support Apple Silicon + dead bloat project
- App will now check GitHub releases on launch and tell you if there's a new version