Monday May 16, 2011

Core Data Model Woes

If you’ve had problems with managed object models in Core Data (and who hasn’t at some point), then you’ll want to read this post from Daniel Jalkut. He talks a bit about the confusion from merging all object models in your application bundle.

Ever see this error?

Can't merge models with two different entities named 'Whatever'

Then you need to read his post.