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?
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.
|
|
|
Right-Click on your target in XCode, select add "new build phase" and then "new copy files build phase". |
||||
|
|
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. |
|||
|
|