Xcode复制文件构建阶段

时间:2013-11-04 21:48:42

标签: macos file-io frameworks xcode5 wrapper

我是OSx开发的新手。

// My project requires me to add multiple items to the Copy Files Build Phases.  However, both files require different destinations. One of the items' destination is Frameworks while the other one is Wrapper.
// If I fail to set each of their destinations properly, I get an error.

修改

我想重新提一下我的问题:

我想问的是我的项目中有Sparkle Framework。根据{{​​3}}的说明,将其添加到“复制文件”并将“目标”设置为框架。但是,我还要将另一个项目(帮助程序)添加到复制文件中,并将目标设置为 Wrapper 。 我似乎无法单独设置两个项目的目的地。

问题#1: 有没有办法单独设置每个项目的目的地?

问题#2: 如果没有,如果我为两个项目选择包装器或框架,它会影响我的应用程序的行为吗?

1 个答案:

答案 0 :(得分:0)

您可以创建多个“复制文件”阶段,因此为“框架”创建一个阶段,为“助手”创建另一个阶段。

相关问题