Re: [SOLVED] CoreData/NSPersistentDocument initialization

2009-11-22 Thread Oftenwrong Soong
help, Soong - Original Message From: Jerry Krinock To: Cocoa Developers Sent: Fri, November 20, 2009 11:07:18 PM Subject: Re: [SOLVED] CoreData/NSPersistentDocument initialization On 2009 Nov 20, at 12:04, Oftenwrong Soong wrote: > However, initWithType:error is never called

Re: [SOLVED] CoreData/NSPersistentDocument initialization

2009-11-20 Thread Jerry Krinock
On 2009 Nov 20, at 12:04, Oftenwrong Soong wrote: > However, initWithType:error is never called for new document creation (or any > document creation for that matter). I placed a breakpoint inside the method > and execution does not pause there. Instead, -(id)init gets called. It's not 'instead

Re: [SOLVED] CoreData/NSPersistentDocument initialization

2009-11-20 Thread Oftenwrong Soong
Hi all, Well it's solved, for now, but I have no idea how or why. I'll explain the steps taken as well as I can remember them, in the hopes that someone has seen something similar and can tell me what in the world just happened. I needed to initialize a Core Data model on new document creation