美文网首页
pod realm失败(core is not a symlin

pod realm失败(core is not a symlin

作者: 794f64d7a292 | 来源:发表于2018-07-30 18:23 被阅读100次

    Podfile文件pod 'RealmSwift'
    run pod install

    原因:网络慢,就算开VPN也总是下载不成功;

    解决方案:

    • curl https://static.realm.io/downloads/sync/realm-sync-cocoa-3.3.0.tar.xz -O
    • mkdir $TMPDIR/core_bin
    • mv realm-core-3.3.0.tar.bz2 $TMPDIR/core_bin
    • pod install

    注意:如果网络太慢,就多次尝试安装(我尝试了5次才安装好)。

    祝你安装顺利

    相关文章

      网友评论

          本文标题:pod realm失败(core is not a symlin

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