Saturday, 17 August 2013

Xcode Parse Issue Expected ']'

Xcode Parse Issue Expected ']'

I don know Why i keep receiving this error, any help would be appreciated.
locationManager didUpdateToLocation FromLocation
- (void)locationManager:(CLLocationManager *)manager
didUpdateToLocation:(CLLocation *)newLocation
fromLocation:(CLLocation *)oldLocation {
NSLog(@"%@", newLocation);
self.speedView.text = [[NSString stringWithFormat:@"%d", (speedCount)
I Receive the error on this line [newLocation speed]];
}

No comments:

Post a Comment