Where is _kCLLocationAccuracyBest defined?
If I want to use it, should I add开发者_Go百科 a framework or just header file?
I got this error that it's a symbol not found
According to the docs, it's declared in CLLocation.h. You should add the CoreLocation framework. Also, it appears to have no underscore out in front. That could be your problem.
精彩评论