未知参数:'-stdc++' [-Wunused-command-line-argument-hard-error-in-future] 在 XCODE 5.1 中构建期间
Posted
技术标签:
【中文标题】未知参数:\'-stdc++\' [-Wunused-command-line-argument-hard-error-in-future] 在 XCODE 5.1 中构建期间【英文标题】:unknown argument: '-stdc++' [-Wunused-command-line-argument-hard-error-in-future] during build in XCODE 5.1未知参数:'-stdc++' [-Wunused-command-line-argument-hard-error-in-future] 在 XCODE 5.1 中构建期间 【发布时间】:2014-03-24 11:02:55 【问题描述】:我在 XCODE 5.1 中构建项目时遇到此错误。我关注Link 并从 Apple 下载了新的命令行工具。但面临同样的问题。请指导我。谢谢
【问题讨论】:
【参考方案1】:您应该采取 3 个步骤来修复它: - 删除其他链接器标志中的 -stdc++ - 将 -lstdc++ 添加到其他链接器标志中 - 将 libstdc++6.09.dylib 添加到 Link binary with Libraries。
祝你好运。
【讨论】:
【参考方案2】:因为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/,所以请关注它
【讨论】:
以上是关于未知参数:'-stdc++' [-Wunused-command-line-argument-hard-error-in-future] 在 XCODE 5.1 中构建期间的主要内容,如果未能解决你的问题,请参考以下文章
warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-resu
redis 3 make error warning: unused variable ‘c’ [-Wunused-variable]