Re: gdb: "No line number information available for address...." :(
Re: gdb: "No line number information available for address...." :(
- Subject: Re: gdb: "No line number information available for address...." :(
- From: Alastair Houghton <email@hidden>
- Date: Wed, 29 Jul 2009 16:11:58 +0100
On 29 Jul 2009, at 14:48, Thierry Faucounau wrote:
This will happen for me if I build Release twice in a row without
deleting the application in between.
What happens is the first command to build will build and link the
application, create the xSYM file and then strip the application.
The second build command will skip building and linking since it is
up to date but will perform the xSYM step which will create an empty
xSYM since the previously built application was stripped at the end :)
Why not set things up so that you copy the built product into a
separate folder and then strip it there? That way, you have the
original build with all the symbols still intact, plus your symbol
file, *and* a stripped build which is what you ship.
That's what we do and it works very nicely; it also doesn't suffer
from the problem you mention of ending up with an empty symbol file
because of a previous strip operation.
Kind regards,
Alastair.
--
http://alastairs-place.net
_______________________________________________
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