So you want to issue an app update that will not have that entity and in the same time will not force your users to delete the app and re-install it. To achieve that you will need to do a Core Data Migration. https://developer.apple.com/library/ios/documentation/cocoa/Conceptual/CoreDataVersioning/Articles/Introduction.html#//apple_ref/doc/uid/TP40004399-CH1-SW1
On Wed, Sep 4, 2013 at 3:55 PM, Dave <d...@looktowindward.com> wrote: > Hi, > > I want to remove an Entity from a Core Data Store (SQLite). I deleted it > in the model, but when I run the App now, it crashes with a "Z" table > already created error. I've also removed (AFAIK) all references to this in > the Project. This entity has no relationships and was basically created > ages ago but was never used, I now want to remove from the Store, but I > don't want this to crash for existing users! > > What do I have to do to delete Entity this from an existing Store? > > Thanks in Advance > Dave > > > _______________________________________________ > > Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) > > 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: > https://lists.apple.com/mailman/options/cocoa-dev/finkel.alex%40gmail.com > > This email sent to finkel.a...@gmail.com _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com