我不知道为什么我一直收到这个错误 Parse Issue Expected ']' ,任何帮助将不胜感激。
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]];
}