No longer under the NDA.
An example was detected in the iPhone Core Data example, but now it is fixed. Also the sample code was always correct, they just left some details in the tutorial.
(see iPhone Dev Forums for an explanation)
I created the application twice and got the same error twice (but in two different places):
Application termination due to a non-displayable exception 'NSInternalInconsistencyException', reason: '+ entityForName: could not find NSManagedObjectModel for event object name
I read apple docs :
This indicates a problem with the missing model, or the context is zero, or the storage store is invalid.
However, since this is my first Core Data project, I am a little weak in debugging. If necessary, I can send the code.
Any help is greatly appreciated.
source share