On Oct 29, 2007, at 9:25 AM, mmalc crawford wrote:
In your case, you should probably only load models from your app
bundle (NSBundle mainBundle):
managedObjectModel = [[NSManagedObjectModel mergedModelFromBundles:
[NSBundle mainBundle]] retain];
For the benefit of the archives, this should obviously be: