clang: error: -Z-reserved-lib-stdc++: 'linker' input unused when '-c' is present after update to xCode 4.4 [closed]

☆樱花仙子☆ 提交于 2019-12-12 16:08:22

问题


I've just updated xcode to the 4.4 version and the project I am currently working on is complaining with:

clang: error: -Z-reserved-lib-stdc++: 'linker' input unused when '-c' is present

Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

Do you have any idea of what should I check for in order to fix this issue?


回答1:


The issue has to do with coreplot: CorePlot failed to build in XCode 4.4. Just update coreplot and everything will compile smoothly.



来源:https://stackoverflow.com/questions/11850757/clang-error-z-reserved-lib-stdc-linker-input-unused-when-c-is-present

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!