我收到 CoreData 错误,这里会发生啥?

Posted

技术标签:

【中文标题】我收到 CoreData 错误,这里会发生啥?【英文标题】:i got CoreData error, what happens here?我收到 CoreData 错误,这里会发生什么? 【发布时间】:2016-09-04 17:34:15 【问题描述】:

大家!

我在 swift 中学习了一些教程,现在课程中有 CoreData。

所以有一个包含 CoreData 文件的项目,我从其他项目(CoreData 堆栈)中放入 AppDelegate 代码

所以现在我得到了这样的错误:

> reason=The model used to open the store is incompatible with the one
> used to create the store

当我尝试在 CoreData sqlite 文件中保存数据时显示错误

PS!我在 appDelegate 中更改了名称,而不是他们第一次在项目中。

我该如何解决?

【问题讨论】:

The model used to open the store is incompatible with the one used to create the store的可能重复 【参考方案1】:

从模拟器或设备中删除应用并重新安装。

【讨论】:

是的,非常感谢!我找到了这个但是thanx回复***.com/questions/8078337/…

以上是关于我收到 CoreData 错误,这里会发生啥?的主要内容,如果未能解决你的问题,请参考以下文章

当调用winsock 中的recv 函数并且没有收到所有数据时会发生啥?

收到内存警告时 UICollectionView 维护的单元队列会发生啥?

CoreData 严重应用错误

当支持 SPDY 的浏览器收到 HTTP2 (H2) 响应时会发生啥?

这里发生了啥?核心数据/iCloud

循环中的 Lambda 变量捕获 - 这里会发生啥? [复制]