美文网首页
2018-11-30

2018-11-30

作者: GitGit | 来源:发表于2018-12-03 09:39 被阅读0次

Xcode 10更新报错:clang: error: linker command failed with exit code 1(use -v to see invocation)

报错原因是iOS10 将libstdc++.6.0.9库文件删除,所以只需要下载下来放进去就OK了。

下载地址:https://pan.baidu.com/s/1kAyuc-at8_nRpzWxJjINgQ

1、真机运行库位置             /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib

 2、模拟器运行库位置 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib

相关文章

网友评论

      本文标题:2018-11-30

      本文链接:https://www.haomeiwen.com/subject/ulmccqtx.html