I need to use core plot in my iphone app. Where do I get it and can someone tell me in plain English in detail how to get it up and running onmy machine?
Here is a copy of the ReadMe file sent with the SDK:
1. Copy the CorePlotSDK directory to ~/Library/SDKs/ (WHERE IS THIS FOLDER LOCATED??)
2. Add to your project's .PCH file:
#import <CorePlot/CorePlot.h>
3. Open Project -> Edit Project Settings and for All Configurations:
3a. Add to Additional SDKS:
$HOME/Library/SDKs/CorePlotSDK/${PLATFORM_NAME}.sdk (WHERE IS THIS FILE LOCATED???)
3b. Add to Other Linker Flags:
-ObjC -all_load -lCorePlot (WHAT DOES THIS MEAN??)