NSZombieEnabled 阻止应用程序崩溃
我启用了 NSZombieEnabled,我的应用程序不再崩溃。调试器没有输出任何可以帮助我的东西,所以这是我唯一的希望。对于为什么会发生这种情况,您有什么建议吗?
谢谢。
I enabled NSZombieEnabled and my app stopped from crashing. The debugger isn't outputting anything that could help me so this was my only hope. Do you have any suggestions to why this is happening?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您发布崩溃日志(没有 NSZombieEnabled),这将会很有帮助。如果它是一个过度释放的对象,NSZombie 会告诉它。所以可能是别的原因。
It would be helpful, if you post your crashlog (without NSZombieEnabled). If it was an overreleased object, NSZombie would tell it. So probably its smth else.