Re: Core Data warning: to-many relation does not have an inverse

2008-12-11 Thread Ben Trumbull
Consultant.interestingEmployees -- to-many relationship does not have an inverse: this is an advanced setting (no object can be in multiple destinations for a specific relationship) This error doesn't make sense to me. Is it trying to say an object can only belong to one to-many relationship?

Re: Core Data warning: to-many relation does not have an inverse

2008-12-11 Thread Nathan Vander Wilt
Sorry if this ends up showing twice, but the original message has been moderator-queued for length since early this morning. Being several steps behind in even *asking* Core Data questions has been frustrating me all day, as I try to press on in no less ignorance than yesterday. On Dec 11,

Core Data warning: to-many relation does not have an inverse

2008-12-10 Thread Nathan Vander Wilt
I'm trying to port my model code to use Core Data. My model is something like this: I have a Company. It has two to-many relationships, currentEmployees and previousEmployees which are naturally both to Employees. Employees have a to-one relationship to the Company that is the inverse of

Re: Core Data warning: to-many relation does not have an inverse

2008-12-10 Thread Quincey Morris
On Dec 10, 2008, at 22:36, Nathan Vander Wilt wrote: I'm trying to port my model code to use Core Data. My model is something like this: I have a Company. It has two to-many relationships, currentEmployees and previousEmployees which are naturally both to Employees. Employees have a