drewmccormack / ensembles

A synchronization framework for Core Data.
MIT License
1.63k stars 131 forks source link

Can get a crash in mergeToManyRelationshipFromSubordinatePropertyChangeValue due to NSNull #108

Closed drewmccormack closed 10 years ago

drewmccormack commented 10 years ago

Seems that if objects are deleted, it is possible to end up with NSNulls in mergeToManyRelationshipFromSubordinatePropertyChangeValue:, and this crashes.