pod realm失败(core is not a symlink. Deleting...)

Podfile文件pod 'RealmSwift'
run pod install

pod realm失败(core is not a symlink. Deleting...)_第1张图片

原因:网络慢,就算开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 symlink. Deleting...))