Getting Error : “ CorePlot-CocoaTouch.h: No such file or directory” while implementing Core-Plot in iPhone SDK

后端 未结 3 1840
有刺的猬
有刺的猬 2021-01-24 08:40

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

<
相关标签:
3条回答
  • 2021-01-24 08:52

    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.

    0 讨论(0)
  • 2021-01-24 09:05

    This helped as well

    Header Search Paths -> "${PROJECT_DIR}/Your Project Name/CorePlot_0.9/Source/framework"
    
    0 讨论(0)
  • 2021-01-24 09:13

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

    0 讨论(0)
提交回复
热议问题