how can I stop Xcode stripping my release static library?
how can I stop Xcode stripping my release static library?
- Subject: how can I stop Xcode stripping my release static library?
- From: Roland King <email@hidden>
- Date: Sun, 25 Nov 2012 18:30:37 +0800
Seems like an odd thing to want but I have a need to build a release static library which isn't stripped. So I set up a new target for it.
My project settings are set to strip release and not debug, and I don't want to change those. In my target settings I've overridden 'Strip Debug Symbols During Copy' to No and 'Use Separate Strip' to No and now my 'resolved' column for that target, when given a filter of 'strip' has No for everything .. and yet it still strips the damned thing.
Only if I change the same two settings at project level to 'No' does it not strip the library.
Is there another setting I'm missing somewhere?
|
_______________________________________________
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