Is there a way to extract the uuid from a dSYM on linux? And specifically on CentOS if it's possible.
I tried to use dwarfdump, mediainfo, exiftool, llvm-dwarfdump, and I Couldn't extract it.
dwarfdump commands results without output. llvm-dwarfdump -u doesn't exist. Other arguments of llvm-dwarfdump didn't produce the uuid. With the rest of the tools I couldn't produce the uuid.
It there some other tool? Maybe I missed something?