I have a little strange issue which I can\'t seem to figure out, I have a simple entity with a custom NSManagedObject subclass:
@objc(EntityTest) class Entit
I found that it works fine if you specify the class name and module in the data model (instead of leaving the default NSManagedObject).
NSManagedObject
Once I set that, I can use Bool, Int16, Int32, etc., without any problems.
Bool
Int16
Int32