Checking the UUID of a DSYM file

So… you’ve got a crashlog, and you don’t know if a given DSYM actually matches with the original executable?. Well, there is a super easy way to verify this. Simply type the following, in your console:

[cc lang=”bash”]dwarfdump -u Project.app.dSYM/Contents/Resources/DWARF/Project[/cc]

Ideally, mdfind should help you locate the matching DWARF. But sometimes… symbolication requires extra debugging.

%d