如何在 XCode 4 中设置特定于文件的构建设置?

发布于 2024-11-08 06:34:46 字数 191 浏览 0 评论 0原文

在 xcode 3 中,可以配置特定选项来构建项目的每个文件,例如禁用特定警告、拇指代码生成等。
在 Xcode 4 中,此类功能不可用,或者至少不以直观的方式提供。然而,在从 xcode 3.x 导入的项目中,这是受支持的,至少作为向后兼容功能。

有谁知道一种方法来指定这些设置,而不必在旧的 Xcode 中打开项目或为每个文件创建一个项目?

In xcode 3 it was possible to configure specific option for building every single file of a project, like for example disabling specific warnings, thumb code generation and so on.
In xcode 4 such feature is not available, or at least not in an intuitive way. This is however supported, at least as a backward compatibility feature, in projects imported from xcode 3.x.

Does anyone knows a way to specify those settings without having to open the project back in older xcode or creating a project for every single file?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半寸时光 2024-11-15 06:34:46

在导航器中选择项目,然后从列表中选择目标。选择“构建阶段”选项卡,然后展开“编译源”阶段。您可以在“编译器标志”列中指定每个文件的编译器标志。

Select the project in the navigator, then select the target from the list. Select the Build Phases tab, then expand the Compile Sources phase. The Compiler Flags column is where you specify per-file compiler flags.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文