PDA

View Full Version : Iphone and Core-Plot




abruzzo
Sep 21, 2009, 08:41 PM
Does anyone know if there is a way to wrap the core-plot framework so that it can be brought into an application without having to add a path under the "Header Search Paths". For example you can simply add existing frameworks such as the QuartzCore framework without having to specify a header search path. From what I understand, creating of custom frameworks is not supported on the IPhone platform.



PhoneyDeveloper
Sep 22, 2009, 03:51 PM
I don't know anything about this 'framework' but if you add the headers directly to your project then you don't need to muck with the header search path. However, if you're using relative includes like "somefolder/someheader.h" then it might not work.