'boost/config/user.hpp' file not found

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

©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容