【发布时间】:2012-08-09 16:06:20
【问题描述】:
我刚刚升级到 Xcode 4.4.1 并在尝试编译 Core Plot 中包含的演示应用程序时收到以下错误消息(Plot_Gallery_iOS 和 CPTTestApp_iPad):
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
但是,我能够使用 Xcode 4.4 编译和运行演示应用程序。
我必须在 Xcode 中更改一些设置吗?
谢谢!
【问题讨论】:
标签: objective-c ios xcode core-plot clang