出现错误:“ CorePlot-CocoaTouch.h:没有这样的文件或目录”在 iPhone SDK 中实现 Core-Plot 时
当我尝试在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用此链接,并添加
-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
.这也有帮助
This helped as well
检查 HEADER SEARCH PATHS 是否设置为递归而不是非递归
Check at HEADER SEARCH PATHS if seted to recursive and not non-recursive