macOS AppStore Crash Reports only Partially Symbolicated

We're facing an issue whereby Xcode 10.1 is only showing partially symbolicated AppStore Crash Reports, despite selecting the option to Upload symbols when submitting to the AppStore. My understanding is that the full symbolication is supposed to happen on the AppStore, but even with the xcarchive loaded in the Organizer Archives window we're not seeing full symbolication. Additionally, the right-click symbolicate option fails to run with errors such as: `An error occured attempting to symbolicate "2019-02-15_22-25-15.730_+0100-fb7d2e946f8fbd701f6fd32624e04d66418bbb5f.crash". The symbolicatecrash script failed (255)`


From what I could find, the PERL script symbolicatecrash only supports iOS apps. I'm able to manually symbolicate the crashes using atos - but that's far from the correct experience!


Any hints / tips how to get fully symbolicated AppStore crash reports for macOS apps? Thanks!

Replies

Seconded. I've been manually doing it, but it's a pain.