Be aware that symbolicatecrash is deprecated!
In Xcode 13 release note you will find the following info:
Instruments includes a new `CrashSymbolicator.py` script to support the new JSON-format crash logs generated in macOS Monterey and iOS 15. This Python 3 script replaces the `symbolicatecrash` utility for JSON-format logs and supports inlined frames with its default options.
And in Xcode 13.3 release note you will find the following info:
The `symbolicatecrash` script is deprecated. Instead, use the `atos` command-line tool. For more information about this tool, see [Adding Identifiable Symbol Names to a Crash Report](https://developer.apple.com/documentation/Xcode/adding-identifiable-symbol-names-to-a-crash-report). (82929755)