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 (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com