美文网首页
React-native third-party/double-

React-native third-party/double-

作者: 一只哈哈 | 来源:发表于2018-11-02 10:59 被阅读0次

    错误

    Build input file cannot be found: '/Users/XXX/XXX/XXX/XXX/node_modules/react-native/third-party/double-conversion-1.1.6/src/bignum-dtoa.cc'

    bignum-dtoa.cc'


    Build input file cannot be found: '/Users/XXX/XXX/XXX/XXX/node_modules/react-native/third-party/double-conversion-1.1.6/src/strtod.cc'


    Build input file cannot be found: '/Users/XXX/XXX/XXX/XXX/node_modules/react-native/third-party/double-conversion-1.1.6/src/bignum.cc'


    执行命令

    cd node_modules/react-native/scripts && ./ios-install-third-party.sh && cd ../../../

    相关文章

      网友评论

          本文标题:React-native third-party/double-

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