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 pro
rName:
@"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 spe
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 man