On Apr 18, 2011, at 2:09 PM, Peter Hudson wrote: > What is the dSYM - and this output was produced from a debug build.
dSYM bundles are created if you (1) turned on debugging symbols, and (2) set the information format to "DWARF with dSYM," both in the project or target build settings. I would recommend you do this in Release builds if you also turned on deployment postprocessing. And if this is in a debug build, then did you turn on deployment postprocessing (which strips all symbols from the binary)? If so, then either turn that off in your debug build, or set the information format to "DWARF with dSYM" so at least you have a separate set of symbols. A debug build without symbols doesn't make much sense. Nick Zitzmann <http://www.chronosnet.com/> _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com