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?
The issue has to do with coreplot: CorePlot failed to build in XCode 4.4. Just update coreplot and everything will compile smoothly.