According to technical note 2123, in xcode you can build executables with "dsym" debug information, which puts the debug info in a separate file (instead of embedding it in the executable). We're building our apps from the command line, instead of using xcode directly - is there a way to tell clang to do this on the command line?
Xcode is using dsymutil
to create the dsym file from the original executable:
/Developer/usr/bin/dsymutil executable -o executable.dSYM
Actually, it's not a file but a bundle (directory), displayed by the Finder as a "file package".
See man dsymutil
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With