在目标构建设置中找不到 Apple LLVM 8.0 - 自定义编译器标志

Can't find Apple LLVM 8.0 - Custom Compiler Flags in target build settings

我试图在我的项目的目标构建设置中找到 Apple LLVM 8.0 - 自定义编译器标志。我正在使用 Xcode 8.2.1。我需要它,因为我在项目中使用 SQLCipher 时必须添加一些标志。而 sqlcipher.xcodeproj 有自己的 Custom Compiler Flags 选项。这是 sqlcipher 构建设置的屏幕截图。

我需要在构建设置中的其他 C 标志下定义 C 标志。我也尝试过使用 Xcode 8.2.1 的新项目,但没有选项。

谁能告诉我怎么了?

终于找到了。您必须通过 Custom Compiler Flags 进行搜索。