美文网首页
library not found for -lstdc++.6

library not found for -lstdc++.6

作者: 水清_木秀 | 来源:发表于2018-09-20 14:35 被阅读65次

解决方案 :

  • 真机
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib/
  • 模拟器
    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib/
  1. 首先打开链接下载libstdc++.6.0.9.tbd https://pan.baidu.com/s/1B5w2Upp3XJT-cOCQX90N5Q
  1. 进入到上述目录下,把libstdc++.6.0.9.tbd复制进去
  1. 重新编译一下,恭喜你

相关文章

网友评论

      本文标题:library not found for -lstdc++.6

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