I've added libCorePlot-CocoaTouch.a to the project's frameworks and set the header search path to be project-relative an point to the /framework folder and be recursive.
There are no errors visible. WHen I try to build, I get the linker error:
ld: duplicate symbol _OBJC_CLASS_$_CPTPlot in /Users/alexanderstone/Library/Developer/Xcode/DerivedData/PDFGenerationDemo-coyoeaupshiotxfbalkrkcmhbkbb/Build/Products/Debug-iphoneos/libCorePlot-CocoaTouch.a(CPTPlot.o) and /Users/alexanderstone/Library/Developer/Xcode/DerivedData/PDFGenerationDemo-coyoeaupshiotxfbalkrkcmhbkbb/Build/Products/Debug-iphoneos/libCorePlot-CocoaTouch.a(CPTPlot.o) for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
What am I doing wrong? How can I fix the duplicate symbol error for coreplot install?