Re: CoreData Property access compiles, but fails at runtime
Re: CoreData Property access compiles, but fails at runtime
- Subject: Re: CoreData Property access compiles, but fails at runtime
- From: Rick Mann <email@hidden>
- Date: Sat, 19 Jul 2008 12:13:03 -0700
On Jul 19, 2008, at 09:29:45, Keary Suska wrote:
You probably should be using @synthesize instead. Also, your transient
accessors are not properly formed--you should wrap actions (both get/
set) in
will/did notification calls.
Without specifying, they default to @dynamic, which means I'm
providing implementations at runtime. I do provide implementations for
ep1, but CoreData provides the implementation for shadowEP1.
You're right about the will/did...
--
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