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.
我启用了 NSZombieEnabled 并且我的应用程序停止了崩溃。调试器没有输出任何可以帮助我的东西,所以这是我唯一的希望。您对为什么会发生这种情况有任何建议吗?
谢谢。
如果您发布崩溃日志(没有 NSZombieEnabled),这将很有帮助。如果它是一个过度释放的对象,NSZombie 会告诉它。所以可能是其他的。