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に変更したいと思います。Core Dataの移行は永続ストア(私の場合はSQLiteデータベース)のみを変更するため、モデルのデータ型のみが変更されるため、CoreDataの移行を行う必要があります。ちなみに、データベースには事前入力が行われているため、データベース内のその属性の値を変更する必要はありません。
これは少し遅いかもしれませんが、これで解決しました!
http://www.cocoabuilder.com/archive/cocoa/197476-custom-entity-migration-policies-atribute-from-nsstring-to-nsdate.html