How to add a 'Copy Files build phase' to my Target

后端 未结 4 1824
孤城傲影
孤城傲影 2020-12-15 03:13

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?

相关标签:
4条回答
  • 2020-12-15 03:47

    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.

    0 讨论(0)
  • 2020-12-15 03:48

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

    0 讨论(0)
  • 2020-12-15 03:52

    A "DIY" answer: Go to Xcode --> Help --> type your query, e.g., "add copy". And Xcode helpfully points you in the right direction.

    enter image description here

    0 讨论(0)
  • 2020-12-15 03:56

    In Xcode 5, you have to click on your target, then on Editor (menu bar) --> Add build phase --> Add Copy Files Build Phase:

    XCode process to add some "Build Phase"

    0 讨论(0)
提交回复
热议问题