Core Data migration failure between NSPersistenceFrameworkVersions 251 and 358
I have what appears to be a bug with Core Data in OS X 10.7.1. My data store (NSSQLiteStoreType) is not being automatically migrated correctly. As a side note the exact same Core Data models are used by an iOS version of the app. -> Here is what appears to be happening. Up until the latest release everything has been working fine -- I have 14 revisions of the model -- model 13 has been shipping for quite some time without incident. Recently I updated my app and added a new model so I am at 14 (this is the version now used in the shipping apps). The iOS version works just fine when migrating