I read this Post (click) about fixing a nasty core data migration problem.
The author Victor Bogdan wrote that he enabled Data Migration Debug to get the hash values for the entities. What does it mean? Is it possible to enable more debug output for a migration? Or did he wrote a migration process with debug output?
My problem is that I can't get the entity hashes for the mapping model to compare them with the source and destination entity hashes.
I am on XCode 4.5.1 and use iOS6. But I had the same migration problems with older versions.
See Question&Answers more detail:os