_kCLLocationAccuracyBest 在哪里定义的?
如果我想使用它,我应该添加框架还是只添加头文件?
我收到此错误,表明未找到符号
If I want to use it, should I add a framework or just header file?
I got this error that it's a symbol not found
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 docs,它在 CLLocation.h 中声明。您应该添加 CoreLocation 框架。另外,它前面似乎没有下划线。那可能是你的问题。
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.