Re: Core Data and two linked NSOutlineView (s) - ala Safari bookmarks
Re: Core Data and two linked NSOutlineView (s) - ala Safari bookmarks
- Subject: Re: Core Data and two linked NSOutlineView (s) - ala Safari bookmarks
- From: mmalcolm crawford <email@hidden>
- Date: Mon, 5 Sep 2005 03:30:28 -0700
On Sep 5, 2005, at 3:13 AM, Nicholas Crosbie wrote:
I connect and bind in IB, then build, but get
'undeclared' errors for the 'Sample' entity.
At the build stage, the Sample *entity* is basically irrelevant
(except when compiling the model). At what stage to you get the
error? Have you imported the Sample.h header?
IB says "unknown superclass" when I try to parse in
the Sample.h file (but it says this when I parse in the
Note.h file in the OutlinEdit nib, and the OutlineEdit app
works). The superclass is NSManagedObject (i.e. as
in @interface Sample : NSManagedObject ).
That's a bug. You can simply in IB add NSManagedObject as a subclass
of NSObject...
The 'undeclared' error comes after a 'build & run'
from xcode.
Have you imported Sample.h into the relevant file(s)?
This shouldn't really have anything to do with Core Data per se, or
the outline views, it sounds like a build issue?
mmalc
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden