Re: COPY_PHASE_STRIP
Re: COPY_PHASE_STRIP
- Subject: Re: COPY_PHASE_STRIP
- From: Jeff Johnson <email@hidden>
- Date: Fri, 28 Aug 2009 21:23:30 -0500
Hi Steve.
In many cases, you don't need COPY_PHASE_STRIP. Note that this setting does not apply to the executable of the target you're building; it only applies to executables that you're copying into your bundle, such as included frameworks. You might need COPY_PHASE_STRIP for example if you include a third-party framework that you don't build yourself.
Have you tried turning off SEPARATE_STRIP? If you have this on, it will strip as a separate build phase, after linking, but if you turn it off, it will strip during linking.
By the way, what is your setting for STRIP_STYLE?
-Jeff
On Aug 28, 2009, at 8:21 PM, Steve Gehrman wrote: I don't understand why I need COPY_PHASE_STRIP. Why can't I strip it when it's built? The problem is this wipes out code signing.
I set up all these other flags. Why don't they strip right?
DEPLOYMENT_POSTPROCESSING = YES STRIP_INSTALLED_PRODUCT = YES SEPARATE_STRIP = YES
I want to be able to turn COPY_PHASE_STRIP and just build so that everything is stripped when built and before code signing.
-steve
|
_______________________________________________
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