What does it mean “add a Copy Files phase” to add a Framework to a project

百般思念 提交于 2020-01-25 03:17:27

问题


I'm reading this answer about adding a plugin into xCode 3

Hi, I did a few things to correct (I do not know which steps solved the problem)
1) downloaded a fresh copy
2) linked link against the framework
3) added a copy phase to include the framework into the application

What does "copy phase" mean ?

I've solved by adding the framework to the MAC OSX Library, but I would like to add it to my project instead. I've been told how to add it in xCode4, but how to add it to xCode3 ?


回答1:


You get to it from here

You want the copy files.

If you want to see an example of it - have a look at this example Xcode Project on GitHub which has a Copy Files phase to copy a Framework - and also some explanation in the Readme.



来源:https://stackoverflow.com/questions/7539777/what-does-it-mean-add-a-copy-files-phase-to-add-a-framework-to-a-project

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!