Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
收到以下错误。我已将部署目标从 5.0 更改为 4.3,出现此错误。如何使用部署目标 4.3 解决它?
clang:错误:-stdlib=libc++ 的无效部署目标(需要 iOS 5.0 或更高版本) Command/Applications/Xcode2.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang 失败,退出代码为 1
我自己解决了阙。删除以下错误。
clang: error: invalid deployment target for -stdlib=libc++(需要 iOS 5.0 或更高版本)来消除此错误。
转到构建设置。将 c++ 标准库设置为编译器默认值。该错误肯定会被删除。