I have a subclass of NSManagedObject (NSMO) called Team. Team has a one to many relationship with another NSMO subclass called Contract. Contract has a 1-to-1 with Player (anoth
Can you not just call [aTeam valueForKeyPath:@"contracts.player"]?
[aTeam valueForKeyPath:@"contracts.player"]