• 问题
ld: library not found for -lstdc++.6.0.9
clang: error: linker command failed with exit code 1 (use -v to see invocation)
 stdc++.6.0.9动态库缺失
  • 官方解释
stdc++.6.0.9动态库缺失
 
Xcode更新后没有这个库了,可是老的代码依赖了这个库,所以要从Xcode10之前的版本这个库复制进来
  • 放到这个路径:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib
  • 下载
如果你没有老版本的Xcode,我已经给你准备了,在这里下载stdc++.6.0.9

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2022-12-23
  • 2021-10-23
  • 2021-11-06
  • 2021-09-18
猜你喜欢
  • 2021-06-13
  • 2022-02-02
  • 2022-12-23
  • 2021-09-25
  • 2022-03-01
  • 2021-11-07
  • 2022-12-23
相关资源
相似解决方案