Get the UUID that the dSYM have when archive in runtime for the application

George Taskos picture George Taskos · Mar 26, 2014 · Viewed 9.7k times · Source

Is there any way to get the UUID the dSYM file has from the application in runtime?

I tried with a sample code I found but it returns a different UUID than the dSYM's one.

Thank you.

Answer

Sazzad Hissain Khan picture Sazzad Hissain Khan · Dec 4, 2017
dwarfdump -u <PathToYourAppsDsym>

This will show you the associated UUID of respective dsym