i want to add two new attributes in my current database..when i update that database and click on "Add model version" it automatically converted into new version and creates new updated database..how that version works..and what kind of version it takes??

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

You should click "Add model version" before you make any change. After your new version of db has created, you can add your new attributes into your NEW model version.

"NEVER" edit your old model version especially after you have submitted the version to App Store, otherwise the CoreData will NOT be able to update user's old database to your new version automatically.

link|improve this answer
1  
The reason is because when we install app on user's device we are just replacing app file and our core data files will not be replaced ... this is the reason we use migration of coredata. For replacing database user manually have to delete the app and again have to install it... – DShah Aug 12 '11 at 11:26
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.