美文网首页
'boost/config/user.hpp' file not

'boost/config/user.hpp' file not

作者: Best_Kai | 来源:发表于2021-04-29 19:02 被阅读0次

React native iOS编译遇到 'boost/config/user.hpp' file not found 大概率原因是三方库 缺失文件内容
解决方案:

RN > 0.57
rm -r ~/Library/Caches/com.facebook.ReactNativeBuild
rm -r <your-project>/node_modules/react-native/third_party
重新从网上下载 third_party 对应的版本


image.png

其中 boost_1_63_0 实际大小为 130+M

相关文章

网友评论

      本文标题:'boost/config/user.hpp' file not

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