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.
我刚刚重新安装了我的 mac 和 Xcode。然后[NSBundle mainBundle]由于某种我不知道的原因总是返回 nil 。
[NSBundle mainBundle]
非常感谢你!
这是我的调试窗格的屏幕截图:
您已经在发布模式下构建了代码。在发布模式下,调试器是不可靠的。变量可以被优化掉。切换到调试模式,然后重试。