I\'m trying to save a location and retrieve the location on a map afterward using Core Location, MapKit and Core Data frameworks.
What I\'ve done is I just made entity
You can do this very simply just by setting the Core Data attribute type to Transformable. The default transformer if you leave the Value Transformer Name blank is NSKeyedArchiver which works with most Foundation types such as NSURL and CLLocation.
Transformable
NSKeyedArchiver