I had an original data model that was used to create NSManagedObject subclasses. I have now added custom code to these subclasses.
If you add new attributes to an existing entity, is there an easy way within Xcode 4.1/4.2 to update/add the new attributes to the existing classes.
The only way I can see at the moment is to create new subclasses then copy and paste the custom code, although this feels like it could be error prone.
I am in development at the moment, so I don't really care so much for the upgrade requirements of the data stores. Just the coding shortcuts.
Cheers.