piaoyongren / core-plot

Automatically exported from code.google.com/p/core-plot
0 stars 0 forks source link

CorePlot.h in iphonesimulator.sdk mixes " and > for includes #207

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download Core Plot alpharelease_2
2. Follow steps to install core plot sdk
3. Build project using iPhone Simulator

What is the expected output? What do you see instead?
Build errors saying: ... error: #import expects "FILENAME" or <FILENAME>

When I open the CorePlot.h file in 
~/Library/SDKs/CorePlotSDK/iphonesimulator.sdk/usr/include/CorePlot/CorePlot.h

Each line in the file has invalid include lines mixing quotes and angle 
brackets:
#import "CPAnimation.h>

Original issue reported on code.google.com by mpalmer...@gmail.com on 9 Oct 2010 at 5:19

GoogleCodeExporter commented 8 years ago
This is fixed in the SDK build script (see issue #206). You can pull the latest 
source and build a new version of the SDK using the "Build SDK" target in the 
CorePlot-CocoaTouch project.

This issue will be closed after the next release is posted.

Original comment by eskr...@mac.com on 9 Oct 2010 at 9:01

GoogleCodeExporter commented 8 years ago
Thanks for the response, I was able to get the latest code and successfully 
build the project and now everything is working!

Great project, thanks again!
-Matt

Original comment by mpalmer...@gmail.com on 11 Oct 2010 at 10:31

GoogleCodeExporter commented 8 years ago
Release 0.2.1 has been posted to the Downloads area.

Original comment by eskr...@mac.com on 21 Oct 2010 at 11:38