iPhone 中的 Coredata 异常

发布于 2024-11-08 05:14:36 字数 188 浏览 0 评论 0原文

我创建了核心数据应用程序。它工作正常,现在却出现异常

由于未捕获而终止应用程序 例外 'NSInvalidArgumentException',原因: '无法创建 NSPersistentStoreCoordinator 具有 零模型'

有什么问题吗?

I have created Core data app. It was working fine now it is giving exception

Terminating app due to uncaught
exception
'NSInvalidArgumentException', reason:
'Cannot create an
NSPersistentStoreCoordinator with a
nil model'

Whats the problem?

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

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

发布评论

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

评论(1

暮年 2024-11-15 05:14:36

它找不到生成的 .mom 或 .momd 文件。我建议删除 iPhone 或 iPhone 模拟器上的应用程序实例并重新运行。您不会碰巧有依赖于一种核心数据模型的单独程序,对吗?

It can't find the generated .mom or .momd file. I would recommend deleting the instance of the app on the iPhone or iPhone simulator and re-running. You don't happen to have separate programs that rely on one Core Data model, do you?

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