Search code examples
iphoneios4ios5

CorePlot-CocoaTouch.h file not found


I'm developing an app in which a graph is drawn using coreplot. When I run the project on the system in which it is developed there is no problem. When I move it to other system and then take a build it shows the following error

CorePlot-CocoaTouch.h file not found

How can i solve it?

I'm not able to create ipa of this project too. I'm now creating it from build products. Any help is appreciated.

Thanks


Solution

  • You need to set header search paths and library search paths.
    Please refer this link to know how to do that..