I try to get Core Data working with a simple one-to-many relationship in Xcode. My 2 entities, employee and department, are setup in the data model, and relationships are created: Employee has a to-one relationship to department Department has a to-many relationship to employee.I try to get Core Data working with a simple on