I\'ve gone through apple dev website, google and stack overflow to figure out the basics behind CoreDataGeneratedAccessors.
I\'m using Xcode 4.2 and core data. I created
1)created a new version of the Core Data Model via Xcode.
2)Fix the relationship (added a new relationship between the two.https://developer.apple.com/library/watchos/documentation/Cocoa/Conceptual/CoreData/HowManagedObjectsarerelated.html)
3)re-created the NSManagedObject subclass
Have a look here:
https://github.com/rentzsch/mogenerator
This little tool will generate the accessor classes for you - I use it in quite some projects and it works great!
Have you checked the switch "To-Many Relationship" in the relationship properties?
@Julien's answer was part of the solution, but here is how I solved it:
The class that is generated will have CoreDataGeneratedAccessors
that you are looking for.