Re: Xcode 3.1.1 breaks my app [solved]
Re: Xcode 3.1.1 breaks my app [solved]
- Subject: Re: Xcode 3.1.1 breaks my app [solved]
- From: "Roni Music" <email@hidden>
- Date: Thu, 2 Oct 2008 14:07:08 +0200
----- Original Message -----
From: "Chris Espinosa" <email@hidden>
To: "Roni Music" <email@hidden>
Cc: <email@hidden>
Sent: Wednesday, October 01, 2008 8:09 PM
Subject: Re: Xcode 3.1.1 breaks my app
On Oct 1, 2008, at 10:51 AM, Roni Music wrote:
Finally upgraded Xcode from 3.0.0 to 3.1.1
Waited a while so my apps wouldn't stop building which they of course
did.
It seems that the settings for
"Unexported Symbols File"
doesn't work??
For my dylibs I have set (with Xcode 3.0.0)
"Deployment"
Strip linked product -> true
Strip style -> All symbols
"Linking"
Unexported Symbols File" -> myUnexportedSymbolsFile.txt
As Í undesrstand it, this will export only the symbols in
"myUnexportedSymbolsFile.txt" file
So it worked with Xcode 3.0.0 but not with Xcode 3.1.1
What has changed??
Thanks,
RN
A lot changed between 3.0 and 3.1. Very little between 3.1 and 3.1.1.
The Unexported Symbols File mechanism did not change.
Perhaps if you'd give us some data about what "not worked" means we could
analyze this. An actual build transcript, rather than a paraphrase, and
some inkling of what you're specifically seeing (a link failure? symbols
not being stripped?) would help.
Chris
I solved the problem.
When using Xcode 3.0.0 I had "Strip Style" set to "All Symbols" which seems
to
not at all strip all symbols (at leaset not here the way I had it setup).
With Xcode 3.1.1 it does strip all symbols which wasn't actually what I
wanted
So changing "Strip Style" to "Non-Global symbols" fixed my problem.
And "Unexported Symbols File" seems to work as it should as well.
Thanks for responding
Rolf
_______________________________________________
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