I am so struck with this problem
I have a "Person" Coredata Subclass,
Obviously a Person has a father(Person), mother(Person),Spouse(Person) and Children(List of Persons)
(represented in terms of relationship)
If a person is one of the children of his father he is one of the children of his mother two.
So "children" has to be related to Mother and Father.
I cant do that in Core data, Am I missing anything? Is there a way to solve this problem?