0

我是 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 框架。根据Spark的说明,将其添加到 Copy Files 并将 Destination 设置为Framework。但是,我还向 Copy Files 添加了另一个项目(Helper),其 Destination 设置为Wrapper。我似乎无法单独设置这两个项目的目的地。

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

问题 #2:如果没有,如果我为这两个项目选择 Wrapper 或 Framework,它会影响我的应用程序的行为吗?

4

1 回答 1

0

您可以创建多个 Copy Files 阶段,因此为 Framework 创建一个,为 Helper 创建另一个。

于 2020-10-01T20:00:42.207 回答