问题描述
我使用CorePlot 0.3,一切正常,直到我升级X code至4.4(2天前),CorePlot未能建立和我得到消息的一些错误:
I am using CorePlot 0.3, everything was ok until I upgraded XCode to 4.4 (2 days ago), CorePlot failed to build and I got some errors with message:
铛:错误:-Z-保留-LIB-STDC ++:当-c'是present连接未使用的输入
命令/Applications/X$c$c.app/Contents/Developer/Toolchains/X$c$cDefault.xctoolchain/usr/bin/clang失败,退出code 1
clang: error: -Z-reserved-lib-stdc++: 'linker' input unused when '-c' is presentCommand /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1
我试图搜索,似乎有很多人都有同样的问题,我也发现了一些建议和解决方案来解决这个问题,我已经应用到我的CorePlot版本,但没有运气,这个问题出现在某些类,如:CPTPlot.m,CPTScatterPlot.m,CPTBarPlot.m,CPTPlotSymbol.m
I have tried to search and it seems there are many people have a same problem, and I also found some suggestions and solution to fix it, I have applied to my CorePlot version but no luck, the issue appear in some classes such as: CPTPlot.m, CPTScatterPlot.m, CPTBarPlot.m, CPTPlotSymbol.m.
我也愿意为这个问题2天,但依然没能解决这个问题,请帮帮我,在此先感谢。
I have spending 2 days on this problem but still not able solve it, please help me, thanks in advance.
推荐答案
最新coreplot将解决您的问题,以X code 4.4 - 的
The latest coreplot will fix your issues with Xcode 4.4 - https://github.com/djw/core-plot
我还没有拿到然而这些最新的变化在X code 4.4和X code 4.3正常工作,所以如果你在团队中工作,不同的版本,要小心。
I have not however got those latest changes to work properly in both Xcode 4.4 and Xcode 4.3 so if you are working in teams, different versions, be careful.
这篇关于CorePlot未能建立X $ C $ 4.4Ç的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!