Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am trying to use a framework that requires me to add a 'Copy Files build phase' to my target. Does anyone know what this means and how to do it?

share|improve this question

2 Answers

up vote 5 down vote accepted

Right-Click on your target in XCode, select add "new build phase" and then "new copy files build phase".

share|improve this answer
I'm using xcode 4.6. "New build phase" doesn't seem to be an option when I right-click. Any idea how to do this for xcode 4.6? – Adam May 5 at 0:56

In Xcode 4, the option is in Editor->Add Build Phase.

The Copy Files build phase then appears in the Project Navigator and you can add things to it by clicking the plus.

share|improve this answer
Yeah that worked on xcode 4.6.2 – Creator yesterday

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.