XCode 16.0 does not symbolicate crash log

I got sent a crash log from a user of my app. I followed the procedure that Apple specifies to symbolicate the crashlog, but that does not succeed (see https://developer.apple.com/documentation/xcode/adding-identifiable-symbol-names-to-a-crash-report#Symbolicate-the-crash-report-in-Xcode) XCode complains that

"error: unable to locate main executable (arm64)"

The location of the main executable is given in the crashlog at a path that starts with /private/var/containers/Bundle/Application/ But the /private/var/containers directory on my system is empty.

I have tried to search my filesystem for the specific image that is mentioned in the crashlog, but it is nowhere to be found.

Because the image is not available, I cannot symbolicate the crashlog from the commandline using atos either.

The crashlog is from an iPhone running iOS 18.0.1, if that makes a difference. Anybody knows how to resolve this?

Because the image is not available, I cannot symbolicate the crashlog from the commandline using atos either.

Do you have the dSYM file? If you're not sure, consult the document you cited to determine if you have the dSYM file on your system or not, since that's required to symbolicate the crash report.

—Ed Ford,  DTS Engineer

XCode 16.0 does not symbolicate crash log
 
 
Q