【发布时间】:2013-11-15 16:02:46
【问题描述】:
我是 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。但是,我还将另一个项目(Helper)添加到复制文件中,其目标设置为 Wrapper。 我似乎无法单独设置这两个项目的目的地。
问题 #1: 有没有办法单独设置每个项目的目的地?
问题 #2: 如果没有,如果我为这两个项目选择 Wrapper 或 Framework,是否会影响我的应用程序的行为?
【问题讨论】:
-
什么错误?你是怎么失败的?
-
我不明白这个问题;您了解您需要正确设置目的地,因此您知道如何避免该问题。我想?!?
-
我很抱歉。我编辑了我的问题。
标签: macos file-io frameworks xcode5 wrapper