I am getting confused in adding core plot static library in xcode 4.5. it is different from xcode 3.x versions. I tried many things, it gave header file not found and linker errors.
I have followed the steps as follows. In which situation we have to use recursive in Header search path. If any has done wrongly, please help?
1)Adding coreplot library and its headers in Xcode project.(ticked for copy locally)
2)converted compiler to LLVM GCC 4.2 in project build settings.(not in target build setting)
3)Compiler for thumb will be "NO"
4)Added Header Search Path in project build settings as ,with recursive "$(SRCROOT)/Libs/CorePlot/CorePlotHeaders"
5)Added Header Search Path in target build settings as $(inherited)
6)Library search path will be as empty in both target and project build settings.
7)-ObjC was added in Other linker flag in target build settings.Removed -all_load from it.
8)Always search path will be YES in both target and project build settings.
9)Build archive architecture only will be YES.