Tag Archive for 'core data'

NSPersistentStoreIncompatibleVersionHashError

Man. This error has been driving me nuts for a few days now. I’ve got my iPhone app up and running, everything works great until I try and run a

[managedObjectContext save:&error]

Without saving everything works just fine (though it doesn’t restore data when I restart, obviously). Whenever I try and save, though, I get the following [...]