Xcode 4 archive warning to skip copy phase
I have an app for the Mac that I am trying to archive. I have done this in the past with an earlier version of Xcode however when I archive with Xcode 4, I get the following warning: warning: skipping copy phase strip, binary is code signed: ..... The warning pertains to a helper tool that must be copied during the build phase. How do I resolve this warning? Any suggestions? cocoafan The solution would be to go to the build settings of your application target (not the help tool target) and set "Strip Debug Symbols During Copy" to "No" . This is the key COPY_PHASE_STRIP . Activating this