报错,请各位大神看看这是什么错误
就是第三幅图中间那段代码的错误
你检查一下 _currentAction 这个变量,应该是没有定义,或者是你写错了
It occurs because there is no defined variable, currentAction in viewcontroller.m or .h
[geoCoder reverseGeocodeLocation:currentlocation completionHandler:^(NSArray *placemarks, NSError *error) {
}
currentlocation should be defined anywhere.