出现错误:“ CorePlot-CocoaTouch.h:没有这样的文件或目录”在 iPhone SDK 中实现 Core-Plot 时

发布于 2024-10-18 03:25:26 字数 333 浏览 1 评论 0原文

当我尝试在 iPhone 应用程序中实现 Core-Plot 时,出现以下错误。

CorePlot-CocoaTouch.h:没有这样的文件或目录

我从下面的链接下载安装了 Core-plot 包

http://code.google.com/p/core-plot/w/list

但它似乎不起作用并给出如上所述的错误。

可能出什么问题了?

I am getting the following error when I try to implement Core-Plot in my iPhone app.

CorePlot-CocoaTouch.h: No such file or directory

I downloaded installed the Core-plot package from the below link

http://code.google.com/p/core-plot/w/list

Still it does not seem to work and gives error as mentioned above.

What could be wrong?

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

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

发布评论

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

评论(3

人生戏 2024-10-25 03:25:26

使用此链接,并添加 -all_load 和 -Objc (获取信息 -> 构建(在链接部分中您可以找到其他链接器标志))。

并在标题搜索路径(在搜索路径部分)中为核心图框架提供完整路径。看起来像.../core-plot/framework

Use this link, and add -all_load and -Objc in other linker Flags (get info -> build (in linking section you find other linker flags)).

And give complete path in header search paths (in search path section) for your core-plot framework. Looks like .../core-plot/framework.

§对你不离不弃 2024-10-25 03:25:26

这也有帮助

Header Search Paths -> "${PROJECT_DIR}/Your Project Name/CorePlot_0.9/Source/framework"

This helped as well

Header Search Paths -> "${PROJECT_DIR}/Your Project Name/CorePlot_0.9/Source/framework"
も让我眼熟你 2024-10-25 03:25:26

检查 HEADER SEARCH PATHS 是否设置为递归而不是非递归

Check at HEADER SEARCH PATHS if seted to recursive and not non-recursive

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