Core Data never seems to be able to auto-update schema
Core Data never seems to be able to auto-update schema
- Subject: Core Data never seems to be able to auto-update schema
- From: Rick Mann <email@hidden>
- Date: Tue, 28 May 2013 19:18:27 -0700
In the past, Core Data was able to deal with a simple addition of a property to an Entity. Now, every time I add a property, I get "Can't find model for source store" errors during auto update.
I'm using the following options when creating the persistent store coordinator:
NSDictionary* options = @{ NSMigratePersistentStoresAutomaticallyOption : @true,
NSInferMappingModelAutomaticallyOption : @true };
Am I doing something wrong?
Thanks,
--
Rick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden