I installed Groot via cocoapods and using xcode 9.3, swift 4.
When I Call:
let context = NSManagedObjectContext.mr_default()
let _: [MObject] = try objects(fromJSONArray: correctedJSON, inContext: context)
It throws the fatalError I can't explain to my self why. this object exists. Any ideas?
I installed Groot via cocoapods and using xcode 9.3, swift 4.
When I Call:
It throws the fatalError I can't explain to my self why. this object exists. Any ideas?