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: Jerry Krinock <email@hidden>
- Date: Tue, 31 Mar 2009 15:43:28 -0700
On 2009 Mar 31, at 15:06, Shawn Erickson wrote:
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).
Interesting, Shawn.
Instead of checking a couple boxes in Xcode and letting it do its
work, you've written, debugged and must maintain your own shell
script. What was your motivation? Were you, as I, unsatisifed with
the success rate you were getting from the built-in method and decided
to roll your own, more reliable method?
_______________________________________________
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