Migrating Core Data models

2013-10-04 Thread Rick Mann
I changed the type of a property from NSString to Transformable. I added a new model version to do this, and set the appropriate flags. But Core Data seems to be deleting my database and starting fresh, anyway. I verified that if I don't set the auto-migration options, then it gets an error

Re: Migrating Core Data models

2013-10-04 Thread Jerry Krinock
On 2013 Oct 04, at 18:56, Rick Mann rm...@latencyzero.com wrote: … but Core Data seems to be deleting my database and starting fresh, anyway. I verified that if I don't set the auto-migration options, then it gets an error when it attempts to open the db. Rick, this looks like a case of