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 对应的版本
其中 boost_1_63_0 实际大小为 130+M