Re: Core Data never seems to be able to auto-update schema
Re: Core Data never seems to be able to auto-update schema
- Subject: Re: Core Data never seems to be able to auto-update schema
- From: Dave Fernandes <email@hidden>
- Date: Tue, 28 May 2013 23:50:13 -0400
Forgive the basic question, but do you still have the old version of the model present in your versioned model?
On 2013-05-28, at 10:18 PM, Rick Mann <email@hidden> wrote:
> 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
_______________________________________________
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