xcode 10library not found for -l

2018-10-09  本文已影响12人  HH思無邪

解决方案 :

真机
/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/17M_Gbg4AuWzhxzF2QGIduQ  密码:yc0m

2:进入到上述目录下,把libstdc++.6.0.9.tbd复制进去;

3:恭喜你,编译成功

完美解决见:https://www.jianshu.com/p/6d94278d62b3

上一篇 下一篇

猜你喜欢

热点阅读