You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need the option for scalar / non-scalar types and the optional checkbox in my application, but mogenerator ignores both options.
checking unchecking of Use Scalar and Optional flag of an Int32 defined Value in the datamodel does not affect its generation, its always an NSNumber? Type in the machine file (_Entity.swift)
Does anybody has the same problem, or am i doing the generation wrong?
mogenerator --swift --model "CoreData/CoreDataFile.xcdatamodeld/CoreDataName.xcdatamodel" -O CoreData/ -M CoreData/Machine
best reagards
The text was updated successfully, but these errors were encountered:
Question
I need the option for scalar / non-scalar types and the optional checkbox in my application, but mogenerator ignores both options.
checking unchecking of Use Scalar and Optional flag of an Int32 defined Value in the datamodel does not affect its generation, its always an NSNumber? Type in the machine file (_Entity.swift)
Does anybody has the same problem, or am i doing the generation wrong?
mogenerator --swift --model "CoreData/CoreDataFile.xcdatamodeld/CoreDataName.xcdatamodel" -O CoreData/ -M CoreData/Machine
best reagards
The text was updated successfully, but these errors were encountered: