iPhone 中的 Coredata 异常
我创建了核心数据应用程序。它工作正常,现在却出现异常
由于未捕获而终止应用程序 例外 '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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它找不到生成的 .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?