升级到xcode10后,RN报错
2018-12-29 本文已影响0人
风起长林时
Xcode 10: Build input file double-conversion cannot be found
升级到xcode10之后 ReactNative项目启动报错如下:
Build input file cannot be found: '/Users/..../node_modules/react-native/third-party/double-conversion-1.1.5/src/diy-fp.cc'
解决方案
cd node_modules/react-native/scripts && ./ios-install-third-party.sh && cd ../../../
cd node_modules/react-native/third-party/glog-0.3.5/ && ../../scripts/ios-configure-glog.sh