iPhone Core Data how to update the NSManagedObjects .h & .m after making changes to the data model
- by jamone
I have made a data model, and now I've made a 2nd version. All of the generated NSManagedObjects mapped to that data model are all version 1. Is there some way to update them to v2 without deleting them and then saying having them generated again?