Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我只是想在 xcode 上 NSLog 一些东西,它给出了错误“未使用的表达式结果”,我无法使用 NSLog 打印任何东西。实际上我将编辑方案中的构建配置更改为调试。我不知道实际上是什么错误?
需要一些帮助
我也有类似的情况。我的原因是下一个代码。 #define NSLog 请检查是否对 NSLog 进行了重新定义。