piaoyongren / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

Integrating core plot with existing project #115

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have a existing iphone project which I would like to use core plot with,
I have followed all the instructions in setting up core plot within the
project but when I try to import the header file CorePlot-CocoaTouch.h it
says it does not exist.

I have tried starting a brand new project with just a single view and
adding core plot and it works perfectly but when ever I add it to an
existing project it cannot find the headers I have checked that the header
search paths and they are correct so I don't understand why it only works
on my new projects??

Thank you

Original issue reported on code.google.com by jefflc...@googlemail.com on 12 Apr 2010 at 5:12

GoogleCodeExporter commented 9 years ago
Make sure you follow the instructions on the Wiki.

You probably need to look at the header search path build setting in your 
target. Or do Get Info on the header 
file to see why it is not being found.

Original comment by drewmcco...@mac.com on 13 Apr 2010 at 7:18