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
网友评论