_kCLLocationAccuracyBest 在哪里定义的?

发布于 2024-11-11 07:24:48 字数 54 浏览 2 评论 0原文

如果我想使用它,我应该添加框架还是只添加头文件?

我收到此错误,表明未找到符号

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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

2024-11-18 07:24:48

根据 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文