Property \'Latitude\' is a scalar type on class \'LatitudeLongitude\'. Cannot generate a setter method for it.
When I generated codes for my managed object, I got a mes
This is not true, scalars have been supported in Core Data out of the box for a long time. You do not have to implement custom accessors as many blog posts out there indicate.