Swift 4.1 - error thread
blajivskiy opened this issue · 1 comments
blajivskiy commented
I get an error in the method
- (id) MR_importFromObject: (id) objectData inContext: (NSManagedObjectContext *) context;
[context performBlockAndWait:^{ -------------- ERROR THREED
Coeur commented
Your issue is lacking a Minimal, Reproducible Example.
I've been using MagicalRecord with Swift 3.0, 4.0, 4.2 and 5.0 without issues.
Also, I count 8 Unit Tests using MR_importFromObject:
, and all of them succeed.