美文网首页
升级到xcode10后,RN报错

升级到xcode10后,RN报错

作者: 风起长林时 | 来源:发表于2018-12-29 13:08 被阅读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

相关文章

网友评论

      本文标题:升级到xcode10后,RN报错

      本文链接:https://www.haomeiwen.com/subject/hdbulqtx.html