Open mariusschoenefeld opened 6 years ago
Hi @mariusschoenefeld. Is there any message with the fatalError
? Without more context, I can only guess that MObject
does not have a corresponding entity in the Core Data model.
it is happening the same to me. When we get thelet className = String(reflecting: self)
the class name has Module.Entity
and the entities only shows Entity
Yes, I'm experiencing the same issue at: let className = String(reflecting: self)
Yeah, it's a real issue...see this PR: https://github.com/gonzalezreal/Groot/pull/94
Hi all,
Please make sure that the module of the class is properly identified in the model:
In this example, taken from Groot unit tests, the model and the class are in the same module. If your case is different, you will need to be explicit about the module in which the class is implemented.
In case you don't control the model (ie. it is in a Cocoapod like specified in #94) you will need to discuss it with the author of that model.
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?