gpt4 book ai didi

ios - Xcode 7 Debug模式是否有效?

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:21:22 24 4
gpt4 key购买 nike

使用 Xcode 7 Beta 3

下面的代码无法正确输入 #if DEBUG 语句。我几乎可以肯定我处于 Debug模式,但由于某种原因,以下代码无法正常工作:

#if DEBUG
btnPrintPath.title! = "PrintPath"
#else
btnPrintPath.title! = "" // EXECUTING THIS LINE.
#endif

我的方案是这样的: Build Scheme Configuration

我正在使用 cmd + R 运行应用。

我是否配置不当?

最佳答案

-D DEBUG 添加到“Swift 编译器 - 自定义标志”->“其他 Swift 标志”。

没有官方文档提到此功能(您可能想为此提交雷达)但我看到它在 this related answer 中使用过.

关于ios - Xcode 7 Debug模式是否有效?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31442101/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com