Core Data unrecognized selector on ordered relationship generated methods
| Originator: | david | ||
| Number: | rdar://11394287 | Date Originated: | 5/6/2012 |
| Status: | open | Resolved: | |
| Product: | Developer tools | Product Version: | XCode 4.3.2 |
| Classification: | Reproducible: | always |
Summary:
Core Data generated subclass declares method not implemented. Selector not found error at run time.
Steps to Reproduce:
I have a Core Data model with a "List" entity which has an ordered to-many relationship to "ListItem".
Use XCode to generate a Managed Object subclass for the List entity.
A method signature
- (void)removeListItemsAtIndexes:(NSIndexSet *)indexes;
is generated.
However, when used it results in an unrecognized selector error.
Expected Results:
Expect the method to work. If its not implemented, at least don't declare it in the generated header.
Comments
Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!