报错:library not found for -lstdc+
2019-08-08 本文已影响0人
倒着游的鱼
原因是缺少库
下载地址:链接: https://pan.baidu.com/s/1NebyLiuULyi3ONMYhm82ig 提取码: y34f
访达– 前往 - 输入
真机运行库 /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
将下载的libstdc++.6.0.9.tbd 放入该路径中
重启运行即可