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.
最近我注意到 NSAssert 只能在调试模式下工作。是否有可以在正常构建中使用的模拟?
你说的对。Xcode 自动关闭发布版本的断言。如果你真的想在你的发布版本中包含它们,你可以-DNS_BLOCK_ASSERTIONS=1在你的构建设置中从其他 C/C++ 标志中删除标志。
-DNS_BLOCK_ASSERTIONS=1