• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: COPY_PHASE_STRIP
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >COPY_PHASE_STRIP (From: Steve Gehrman <email@hidden>)

  • Prev by Date: COPY_PHASE_STRIP
  • Next by Date: problem with docset after installing Xcode 3.2
  • Previous by thread: COPY_PHASE_STRIP
  • Next by thread: problem with docset after installing Xcode 3.2
  • Index(es):
    • Date
    • Thread