#Steps to build CorePlot
- Copy the CorePlotSDK directory to ~/Library/SDKs/
- Add to your project's .PCH file: #import <CorePlot/CorePlot.h>
- Open Project -> Edit Project Settings and for All Configurations:
- Add to Additional SDKS:
$HOME/Library/SDKs/CorePlotSDK/${PLATFORM_NAME}.sdk
- Add to Other Linker Flags:
-ObjC -all_load -lCorePlot
- Add to Additional SDKS:
- Add the QuartzCore framework to the project.
- Add a CPGraph to your application.