No longer under NDA.
There was an ommision in the iPhone Core Data example, but is now corrected. Also the sample code was always correct, they just left out some details in the tutorial.
(Please refer to iPhone Dev Forums for explanation)
I built an app twice and received the same error twice (but in 2 different places):
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '+entityForName: could not locate an NSManagedObjectModel for entity name 'Event''
I read the apple docs:
It speaks to a problem with the model missing, or the context is nil, or the persistence store is not valid.
However as this is my first Core Data project, I'm a little weak in debugging. I can post code if needed.
Any help is much appreciated.