未知参数:在-XCODE 5.1中构建期间'-stdc ++'[-Wunused-command-line-argument-hard-error-in-future]

时间:2014-03-24 11:02:55

标签: iphone xcode ios7 ios6 xcode5

我在XCODE 5.1中构建项目时遇到此错误。我跟着Link并从Apple.But下载了新的命令行工具,面临同样的问题。请指导我。感谢

2 个答案:

答案 0 :(得分:5)

你应该做3个步骤来解决它: - 在其他链接器标志中删除-stdc ++ - 将-lstdc ++添加到其他链接器标志中 - 将libstdc ++ 6.09.dylib添加到与库的链接二进制文件中。

祝你好运。

答案 1 :(得分:1)

因为Apple LLVM version 5.1 (clang-503.0.38) (based on LLVM 3.4svn) : https://langui.sh/2014/03/10/wunused-command-line-argument-hard-error-in-future-is-a-harsh-mistress/

而发生这种情况