美文网首页
[Cocoapods] 安装 realm 出现错误 “Downl

[Cocoapods] 安装 realm 出现错误 “Downl

作者: CharlesQiu | 来源:发表于2017-11-14 11:15 被阅读18次

问题

通过 pod update 安装 realm时会出现以下错误

  [!] /bin/bash -c 
  set -e
  sh build.sh cocoapods-setup

  core is not a symlink. Deleting...
  Downloading dependency: core 0.97.0
  Downloading core failed:
  curl: (56) SSLRead() return error -36

原因

不可描述(墙)

解决

手动下载realm-sync-cocoa-2.1.1.tar.xz

mkdir $TMPDIR/core_bin
mv ~/Downloads/realm-sync-cocoa-2.1.1.tar.xz $TMPDIR/core_bin
pod update

顺利解决

参考: https://stackoverflow.com/questions/35953800/installing-realm-via-cocoapods-in-swift

相关文章

网友评论

      本文标题:[Cocoapods] 安装 realm 出现错误 “Downl

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