- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我刚刚开始学习使用 Core Data。在我第一次尝试将对象添加到数据库时,我收到了以下信息:
2011-08-03 15:21:32.519 StuffNearMe[45040:15503] Unresolved error Error Domain=NSCocoaErrorDomain Code=134100 "The operation couldn’t be completed. (Cocoa error 134100.)" UserInfo=0x81f03d0 {metadata=<CFBasicHash 0x81efed0 [0x1608ba8]>{type = immutable dict, count = 7,
entries =>
2 : <CFString 0x81ef8f0 [0x1608ba8]>{contents = "NSStoreModelVersionIdentifiers"} = <CFArray 0x81efa00 [0x1608ba8]>{type = immutable, count = 1, values = (
0 : <CFData 0x81ef9d0 [0x1608ba8]>{length = 0, capacity = 0, bytes = 0x}
)}
4 : <CFString 0x81ef920 [0x1608ba8]>{contents = "NSPersistenceFrameworkVersion"} = <CFNumber 0x81efa20 [0x1608ba8]>{value = +363, type = kCFNumberSInt64Type}
6 : <CFString 0x81ef950 [0x1608ba8]>{contents = "NSStoreModelVersionHashes"} = <CFBasicHash 0x81eff50 [0x1608ba8]>{type = immutable dict, count = 2,
entries =>
1 : <CFString 0x81efa30 [0x1608ba8]>{contents = "FavoriteAddress"} = <CFData 0x81efa70 [0x1608ba8]>{length = 32, capacity = 32, bytes = 0x0716904fb7c1b83554338231858021ed ... a0b76e5dbab42a40}
2 : <CFString 0x81efa50 [0x1608ba8]>{contents = "RecentAddress"} = <CFData 0x81eff00 [0x1608ba8]>{length = 32, capacity = 32, bytes = 0x9406126d6ea281dc3e96eed795fc67d8 ... 176c5845b46ca895}
}
7 : <CFString 0x11a7b18 [0x1608ba8]>{contents = "NSStoreUUID"} = <CFString 0x81efc80 [0x1608ba8]>{contents = "D4569F82-247B-4D4E-99DA-990570C0E6B5"}
8 : <CFString 0x11a7988 [0x1608ba8]>{contents = "NSStoreType"} = <CFString 0x11a7998 [0x1608ba8]>{contents = "SQLite"}
9 : <CFString 0x81ef980 [0x1608ba8]>{contents = "_NSAutoVacuumLevel"} = <CFString 0x81effa0 [0x1608ba8]>{contents = "2"}
10 : <CFString 0x81ef9a0 [0x1608ba8]>{contents = "NSStoreModelVersionHashesVersion"} = <CFNumber 0x813f720 [0x1608ba8]>{value = +3, type = kCFNumberSInt32Type}
}
, reason=The model used to open the store is incompatible with the one used to create the store}, {
metadata = {
NSPersistenceFrameworkVersion = 363;
NSStoreModelVersionHashes = {
FavoriteAddress = <0716904f b7c1b835 54338231 858021ed a81f0bb5 c0dc6347 a0b76e5d bab42a40>;
RecentAddress = <9406126d 6ea281dc 3e96eed7 95fc67d8 728976d1 92a0b26a 176c5845 b46ca895>;
};
NSStoreModelVersionHashesVersion = 3;
NSStoreModelVersionIdentifiers = (
<>
);
NSStoreType = SQLite;
NSStoreUUID = "D4569F82-247B-4D4E-99DA-990570C0E6B5";
"_NSAutoVacuumLevel" = 2;
};
reason = "The model used to open the store is incompatible with the one used to create the store";
}
如有任何帮助或建议,我们将不胜感激!当您第一次开始使用 Core Data 时,它是如此令人困惑。
最佳答案
错误是:
The model used to open the store is incompatible with the one used to create the store
这可能是因为您在首次创建模型后更改了它。如果您需要在创建架构后更改架构,请查看 Core Data Model Versioning and Data Migration Programming Guide .
关于iphone - Core Data 的新手,在 persistentStoreCoordinator 中出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6932107/
预加载我的 sqlite 文件需要修改什么?我将该文件添加到项目中,这让我觉得我必须更改此代码。 lazy var persistentStoreCoordinator: NSPersiste
问题说明 当尝试将记录保存到分配给同一个 PersistentStoreCoordinator 的两个 SQLite 存储之一的读/写存储时,我的 iPhone 应用程序崩溃。保存记录时一个明显的问题
有时我的应用程序在完全加载之前就在以下行崩溃: if (![__persistentStoreCoordinator addPersistentStoreWithType:NSSQLiteStoreT
我刚刚开始学习使用 Core Data。在我第一次尝试将对象添加到数据库时,我收到了以下信息: 2011-08-03 15:21:32.519 StuffNearMe[45040:15503] Unr
我正在开发一个 iOS 项目,该项目使用我的不同版本的核心数据处理迁移。 我还尝试在 catch 中包围 if 语句,它返回一个 sqlite 错误代码 522。 这里有什么问题吗? 我的以下代码:
我们将应用程序更新到了新版本。 新版本中添加了一个新函数,我们为该函数添加了一个新的 coredata 表。 应用发布后,一直报错,没有任何答复。有人会遇到相同的错误或相同的问题并解决此错误吗? Th
我是一名优秀的程序员,十分优秀!