I'm using this on a NSManagedObject subclass. It's trying to take an array of objects and set them on my object, but the property is an NSSet. This results in the follow exception:
'Unacceptable type of value for to-many relationship: property = "inProgressSyllabi"; desired type = NSSet; given type = __NSArrayI;
I'm using this on a
NSManagedObjectsubclass. It's trying to take an array of objects and set them on my object, but the property is anNSSet. This results in the follow exception: