如何在 XCode 4 中设置特定于文件的构建设置?
在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在导航器中选择项目,然后从列表中选择目标。选择“构建阶段”选项卡,然后展开“编译源”阶段。您可以在“编译器标志”列中指定每个文件的编译器标志。
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.