美文网首页
RN Exception: iOS 无法依赖第三方库

RN Exception: iOS 无法依赖第三方库

作者: _凌浩雨 | 来源:发表于2019-02-22 12:36 被阅读1次

    问题

    React Native 0.45以上版本所需的第三方编译库

    解决方法

    react-native_0.58.png
    • 打开ios-install-third-party.sh
    ios-install-third-party.sh.png
    • 找到最下方的依赖库
    依赖库.png
    fetch_and_unpack glog-0.3.5.tar.gz https://github.com/google/glog/archive/v0.3.5.tar.gz 61067502c5f9769d111ea1ee3f74e6ddf0a5f9cc "\"$SCRIPTDIR/ios-configure-glog.sh\""
    fetch_and_unpack double-conversion-1.1.6.tar.gz https://github.com/google/double-conversion/archive/v1.1.6.tar.gz 1c7d88afde3aaeb97bb652776c627b49e132e8e0
    fetch_and_unpack boost_1_63_0.tar.gz https://github.com/react-native-community/boost-for-react-native/releases/download/v1.63.0-0/boost_1_63_0.tar.gz c3f57e1d22a995e608983effbb752b54b6eab741
    fetch_and_unpack folly-2018.10.22.00.tar.gz https://github.com/facebook/folly/archive/v2018.10.22.00.tar.gz f70a75bfeb394363d2049a846bba118ffb3b368a
    
    • 从Github下载指定文件,并放在~/.rncache/目录下

    相关文章

      网友评论

          本文标题:RN Exception: iOS 无法依赖第三方库

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