'boost/config/user.hpp' file not

2021-04-29  本文已影响0人  Best_Kai

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

上一篇 下一篇

猜你喜欢

热点阅读