magicalpanda / MagicalRecord

Super Awesome Easy Fetching for Core Data!
Other
10.8k stars 1.79k forks source link

Add error logging when value for relatedByAttribute is invalid #1147

Closed donvaughn closed 8 years ago

donvaughn commented 8 years ago

This will log an error if the value of an entity's relatedByAttribute is not valid when calling MR_importFromObject:, MR_importFromObject:inContext:, MR_importFromArray:, and MR_importFromArray:inContext:. Note, however, that this does not catch or handle any errors; the app will still crash.