SOLVED: CoreData Property access compiles, but fails at runtime
SOLVED: CoreData Property access compiles, but fails at runtime
- Subject: SOLVED: CoreData Property access compiles, but fails at runtime
- From: Rick Mann <email@hidden>
- Date: Sat, 19 Jul 2008 01:28:00 -0700
I forgot to set the class name in the model editor. D'oh.
On Jul 18, 2008, at 22:38:23, Rick Mann wrote:
When executing the line
self.shadowEP1 = v;
I get the following in the console:
-[WireSegment setShadowEP1:]: unrecognized selector sent to
instance 0x1067600
In the CoreData model, ep1 is a transient undefined attribute, and
shadowEP1 is an NSString.
Any suggestions as to what's wrong? Thanks!
--
Rick
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden