开发者

Build error when trying to include CorePlot as static library

I've been given the responsibility of fixing some bugs on a project. The project uses CorePlot. When I copied the project to my computer and tried to build it I got the following error:

error: There is no SDK with specified name or path '/Users/name/Li开发者_运维技巧brary/SDKs/CorePlotSDK/iphonesimulator.sdk'

I think the original programmer had included CorePlot as a dependent project. I'm attempting to use a static library install as explained in the Google Code page of the CorePlot project but I get the above error. Can anyone advise?


The Core Plot SDK is no longer supported. Remove it from the "Additional SDKs" build setting for the project and the app target. You should also remove the -lCorePlot linker flag.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜