Re: Managed Object Model versions

2011-09-30 Thread Luke Sneeringer
: @MyObject inManagedObjectContext: db]; MyObject* object = [[MyObject alloc] initWithEntity: entity insertIntoManagedObjectContext: db]; Am I missing something? I want to learn. :) Regards, Luke Sneeringer On September 30, 2011, at 7:11 , Heath Borders wrote: You specify a URL for the persistent

Re: Managed Object Model versions

2011-09-30 Thread Luke Sneeringer
Nevermind, what you said sparked a light bulb. I'm looking at the code in my app delegate now. I think I'm on the right track. Thanks for your help! Regards, Luke On September 30, 2011, at 15:31 , Luke Sneeringer wrote: Hmm. I never did that...but perhaps that's my problem? My code looks

Managed Object Model versions

2011-09-29 Thread Luke Sneeringer
Hey all, I am working on writing my first Core Data application. I made an entity, did some work to test it, and then made another (linked) entity. The problem is now I'm totally stuck, because when I try to do anything that affects Core Data, I get a completely unhelpful error message: The