CoreDataGeneratedAccessors
CoreDataGeneratedAccessors
- Subject: CoreDataGeneratedAccessors
- From: "Ayers, Joseph" <email@hidden>
- Date: Wed, 27 Oct 2010 15:36:02 -0400
- Acceptlanguage: en-US
- Thread-topic: CoreDataGeneratedAccessors
When I try to use the method addTapesObject defined as
@interface TapeList (CoreDataGeneratedAccessors)
- (void)addTapesObject:(tapes *)value;
- (void)removeTapesObject:(tapes *)value;
- (void)addTapes:(NSSet *)value;
- (void)removeTapes:(NSSet *)value;
@end
I get the error:
2010-10-27 12:09:04.718 Roboplasm[5169:903] -[TapeList addTapesObject:]: unrecognized selector sent to instance 0x222ade0
Do I have to provide the CoreDataGeneratedAccessors, or does core data generate them as the name implies?
Thanks,
Joseph Ayers
_______________________________________________
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