Re: Crash report doesn't list function names?
Re: Crash report doesn't list function names?
- Subject: Re: Crash report doesn't list function names?
- From: "Theodore H. Smith" <email@hidden>
- Date: Fri, 22 Jun 2007 17:59:11 +0100
On 22 Jun 2007, at 17:34, Chris Espinosa wrote:
On Jun 22, 2007, at 9:16 AM, Theodore H. Smith wrote:
STRIP_STYLE = all
That's probably it.
Chris
Really? I probably misunderstood the strip symbols option in Xcode then.
What should it be?
Xcode gives me these 3 options:
"All Symbols - Completely strips the binary, removing the symbol
table and relocation information. [all, -s]
Non-Global Symbols - Strips non-global symbols, but saves external
symbols. [non-global, -x]
Debugging Symbols - Strips debugging symbols, but saves local and
global symbols. [debugging, -S]"
If I strip them all, I lose the debugging symbols. If I strip the
debugging symbols, I lose the debugging symbols.
Is it "non-global symbols", then?
There is no "No symbols" option :( That's why I thought it didn't
matter. Because I have my "STRIP_INSTALLED_PRODUCT = NO" option set.
I thought that cancels out the strip setting.
Actually it doesn't?
So what's the correct value? Can I manually edit STRIP_STYLE to
"NONE" a sort of hidden secret fourth value?
--
http://elfdata.com/plugin/
"String processing, done right"
--
http://elfdata.com/plugin/
"String processing, done right"
_______________________________________________
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