Re: "No line number information available for address 0xXXXXX"
Re: "No line number information available for address 0xXXXXX"
- Subject: Re: "No line number information available for address 0xXXXXX"
- From: Shawn Erickson <email@hidden>
- Date: Tue, 31 Mar 2009 15:06:39 -0700
On Tue, Mar 31, 2009 at 11:35 AM, Jerry Krinock <email@hidden> wrote:
> In my app's Xcode project, I have set the Release build to strip the product
> and Generate Debug Symbols in format DWARF with dSYM file. And I believe
> that my shipping script dutifully copies the .dSYM file for the main
> executable and all frameworks to an archive along with the app during the
> final build.
We build our application with full DWARF symbols for debug and release
builds. Run dsymutil against the built application while object files
are still in place. Save off a copy of the application (unstriped) and
the generated dSYM. Then strip the application and give the striped
version to customers.
We then can use "atos -arch <arch> -o <path to exec> [addresses]" to
generate symbol information (using Xcode 3.x).
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden