I get the following error message:
CoreData: error: Property 'type' is a scalar type on class 'Time' that does not match its Entity's property's scalar type. Dynamically generated accessors do not support implicit type coercion. Cannot generate a getter method for it.
I think the problem is, that the type NSInteger of my attribute "Type" does not match with the integer 32 type of my Core data data model.
But what is the correct data type?
The correct types would beint16_t
, int32_t
, int64_t
etc.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With