react-native pod install: [!] Er
2021-02-23 本文已影响0人
_老妖怪
React-Native 在 pod install 时报如下错误

- 解决办法
在podfile文件中添加如下代码
pod 'boost-for-react-native', :git => 'https://gitee.com/mirrors/boost-for-react-native.git’
再次执行
pod install
pod 'boost-for-react-native', :git => 'https://gitee.com/mirrors/boost-for-react-native.git’
再次执行
pod install