• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: "No line number information available for address 0xXXXXX"
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: "No line number information available for address 0xXXXXX"
      • From: Jerry Krinock <email@hidden>
References: 
 >"No line number information available for address 0xXXXXX" (From: Jerry Krinock <email@hidden>)

  • Prev by Date: Setting fixed height of NSTextView in IB
  • Next by Date: Re: "No line number information available for address 0xXXXXX"
  • Previous by thread: "No line number information available for address 0xXXXXX"
  • Next by thread: Re: "No line number information available for address 0xXXXXX"
  • Index(es):
    • Date
    • Thread