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

2019-08-10 03:39发布

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条回答
爷、活的狠高调
2楼-- · 2019-08-10 04:19

You get to it from here enter image description 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.

查看更多
登录 后发表回答