Re: Resolving a crash address to position in code
Re: Resolving a crash address to position in code
- Subject: Re: Resolving a crash address to position in code
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 18 Apr 2011 14:17:55 -0600
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 (email@hidden)
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:
This email sent to email@hidden