• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
CoreDataGeneratedAccessors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: CoreDataGeneratedAccessors
      • From: Jerry Krinock <email@hidden>
  • Prev by Date: Non-data backed UITableView?
  • Next by Date: Why would [NSArrayController setSelectionIndex] fail?
  • Previous by thread: Non-data backed UITableView?
  • Next by thread: Re: CoreDataGeneratedAccessors
  • Index(es):
    • Date
    • Thread