Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚切换到 Xcode 4,但在使用 .xcconfig 文件进行构建设置时遇到了问题。我已经在 Xcode 3 中分配了文件的目标都设置好了 - 标题为 Config.file 的列显示在 Build Settings 的 Levels 视图中。但我不知道如何编辑此视图中的列或将 .xcconfig 文件放在何处以将其附加到新目标。我上网查了一下,没有找到答案。有人知道怎么做吗?
选择文件 | 新建,选择其他和“配置设置文件”,这将为您提供一个新的 .xcconfig 文件。
然后单击文件浏览器左上角的项目(与构建设置相同的位置),在左数第二个面板中再次单击该项目,然后单击顶部的信息选项卡内面板。
在那里,您可以为每个配置(调试、发布等)的每个目标选择“基于配置文件”
希望这可以帮助!
Mike Kale 给出了很好的回答。如果描述不够清楚,这里是截图。