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.
dwarfdump -u <PathToYourAppsDsym>
This will show you the associated UUID of respective dsym