divyavamsee / core-plot

Automatically exported from code.google.com/p/core-plot
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Plot_Gallery_iOS project does not build in Xcode 4 #371

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In Core Plot 0.9, Xcode 4.2, the Plot Gallery (iOS version) project does not 
build because CorePlot-CocoaTouch.h cannot be found.

The problem is with the HEADER_SEARCH_PATHS setting, which references the 
${BUILD_STYLE} variable. In Xcode 4, ${BUILD_STYLE} has been replaced with 
${CONFIGURATION}. Changing the search path to use ${CONFIGURATION} allows the 
project to build.

Original issue reported on code.google.com by tre...@vocaro.com on 26 Nov 2011 at 7:44

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 1e8c58818ee7.

Original comment by eskr...@mac.com on 3 Dec 2011 at 2:53