wincent Wincent Colaiuta's weblog

« Licensing for the new product | Main | Programming challenges »

August 17, 2006

dSYM

Now that I've got atosym I will be using DWARF debugging information format across all my products. The key missing piece of the puzzle was realizing that Xcode creates dSYM files using dsymutil(1); so instead of letting Xcode handle it I can do it manually, thus avoiding problems with Xcode trying to create dSYM files on already-stripped executables. The first project to be switched over is WOTest. Next: the new app.

More Development articles

Posted by wincent at August 17, 2006 2:53 AM