The topic says everything. why i get this error message at this 2 lines?
NSArray *coordinates = [locationDetails[@"coordinates"] componentsSeparatedByString:@","];
CLLocationDegrees *lat = [coordinates[1] doubleValue]; //here is the red arrow <----
and exactly this message will appear:
Initializing 'CLLocationDegrees *'(aka 'double *') with an expression of incompatible type 'double'