XCode头文件扫描问题

发布于 2024-11-04 19:35:01 字数 288 浏览 1 评论 0原文

我正在使用 Xcode4 和 Route-me 项目。

我正在创建我的项目并包括对 RouteMe 的依赖项,例如 “嵌入指南”解释(https://github.com/route-me/route-me/wiki/Embedding-Guide)。

问题是 XCode4 无法自动完成 RouteMe 名称。暂时 在 *.h 或 *.m 中我可以写“RMMa”,编辑器建议我 “RMMapView”但后来它再也没有出现。 似乎稍后自动完成的文件扫描失败。

有人遇到和我一样的问题吗?

提前致谢。

I'm working with Xcode4 and Route-me project.

I'm creating my project and including dependencies on RouteMe like the
"Embedding guide" explains (https://github.com/route-me/route-me/wiki/Embedding-Guide).

The problem is XCode4 isn't able to autocomplete RouteMe names. Momentarily
in the *.h or *.m I can write "RMMa" and editor suggests me
"RMMapView" but later it never appears again.
It seems like the files scanning for later autocompleting fails.

Anybody has suffer the same issues like me?

Thanks in advance.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

格子衫的從容 2024-11-11 19:35:01

尝试第3步这个答案:“未找到词法或预处理器问题文件”在 Xcode 4 中

3 - 在项目中创建一个名为“Indexing headers”的组,并将
标题到该组,请勿添加到
出现提示时的任何目标。

Try step 3 of this answer: “lexical or preprocessor issue file not found ” in Xcode 4

3 - Create a group call "Indexing headers" in your project and drag the
headers to this group, DO NOT add to
any targets when prompted.

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