如何在Compile Sources中设置编译器标志以从构建配置中省略文件

时间:2017-03-20 09:36:53

标签: ios xcode xcode8

我想在Compile Sources中设置Debug标志。但我不确定正确的方法是什么。我正在构建发布版本时,我不想编译一些文件。

其他Swift Flags screenShot:

Other Swift Flags screenShot

编译源屏幕截图:

Compile Sources screenShot

1 个答案:

答案 0 :(得分:0)

你需要设置"其他Swift Flags"在目标的-D DEBUG的构建设置中,您可以使用" #if /#else /#endif"预处理器宏。