本着等版本稳定后再更新的原因(其实是上传app,有警告,要我在19年前更新),然后更新后的两个问题
百度网盘链接: https://pan.baidu.com/s/1-pfY7RkIy9_pACV_QQWYLg 提取码: sg6y
一.library not found for -lstdc++.6.0.9库找不到
ld: library not found for -lstdc++.6.0.9
clang: error :linker command failed with exit code 1 (use -v to see invocation)
1.在就版本的xcode9中找到库文件
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/lib
2.复制到xcode10的相同路径下
3.清除一下(shift+command+K)缓存,重新编译(command + B)
二、WebSocket / libfishhook.a 链接文件未找到