iPhone 管理对象删除崩溃

发布于 2024-09-14 00:49:46 字数 210 浏览 3 评论 0原文

我尝试通过调用 for 循环

[managedObject delete]; 

和循环中的 at 来删除一些托管对象,我

[managedObjectContext save:nil];

在上面的行调用,应用程序崩溃并且从此无处可去。有什么想法吗?

谢谢

I try to delete some managedobjects by calling in a for loop

[managedObject delete]; 

and at of the loop, I call

[managedObjectContext save:nil];

At the above line, the app crashes and goes nowhere from there. Any ideas?

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苍白女子 2024-09-21 00:49:46

在调试器中运行并确保在 objc_exception_throw 处中断。如果您无法捕获断点或生成崩溃日志,您将无法在这里找到太多帮助。

Run in the debugger and make sure you are breaking on objc_exception_throw. If you can't catch the break point or produce a crash log you are not going to find much help here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文