• 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: GenerateDSYMFile: Warning: no debug map in executable
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GenerateDSYMFile: Warning: no debug map in executable


  • Subject: Re: GenerateDSYMFile: Warning: no debug map in executable
  • From: Jerry Krinock <email@hidden>
  • Date: Tue, 5 Feb 2008 13:21:20 -0800


On 2008 Feb, 05, at 10:31, Rick Altherr wrote:

I'm guessing that when you build the framework directly, you are using a debug configuration, but when building your app, you are using a release configuration. I'd also guess that your release configuration is set to strip the product.

No, actually both were release, and both were stripped.

Unfortunately, I am now unable to reproduce this problem because the project has developed a bigger problem, possibly related. I'm going to have to put this thread on "hold" for now.

The warning means that the data needed to generate the dSYM couldn't be found in the framework. The basic idea is that the compiler generates a Debug Map when building the target. This means that the debug information is stored in the intermediate .o's generated for each source file. The final executable then contains only a map of functions to .o's. To generate the dSYM, dsymutil reads the debug map, loads the debug information from each .o and then combines it into a .dSYM.

The Debug Map is stored as STABs, so stripping the debug information from the final executable before running dsymutil will cause this warning.

Thanks Rick, I'll study that further, later. _______________________________________________ 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
References: 
 >GenerateDSYMFile: Warning: no debug map in executable (From: Jerry Krinock <email@hidden>)
 >Re: GenerateDSYMFile: Warning: no debug map in executable (From: Rick Altherr <email@hidden>)

  • Prev by Date: Re: Xcode eats 100% CPU and more while typing
  • Next by Date: Re: Xcode 3.0 syntax color problem
  • Previous by thread: Re: GenerateDSYMFile: Warning: no debug map in executable
  • Next by thread: Viewing arrays in debugger (v 3.0)
  • Index(es):
    • Date
    • Thread