How to migrate new data model in a CoreData project ?

Posted by elementsense on Stack Overflow See other posts from Stack Overflow or by elementsense
Published on 2010-05-20T17:59:28Z Indexed on 2010/05/20 18:10 UTC
Read the original article Hit count: 233

Filed under:
|
|

Hi

I have a simple problem, I have an app based on CoreData and I need to change the structure a little. How can I migrate the old structure into the new one. Just adding one attribute will chrash the whole app.

Thanks

© Stack Overflow or respective owner

Related posts about core-data

Related posts about objective-c