Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们在 App Store 中有一个应用程序,我想将模型中属性的类型从 NSString 更改为 NSDate。由于核心数据迁移只修改了持久存储(在我的例子中是一个 SQLite 数据库),我是否需要进行核心数据迁移,因为只有模型中的数据类型发生了变化。顺便说一句,我们的数据库是预先填充的,我们永远不必修改数据库中该属性的值
这可能有点晚了,但我用这个解决了!
http://www.cocoabuilder.com/archive/cocoa/197476-custom-entity-migration-policies-atribute-from-nsstring-to-nsdate.html