[!] /bin/bash -c
set -e
sh build.sh cocoapods-setup
core is not a symlink. Deleting...
Downloading dependency: core 1.0.1
Downloading core failed:
curl: (35) Server aborted the SSL handshake
解决办法:
1.1 打开VPN,进行FQ
1.2 在终端中 进入工程目录,删除目录中的pods文件夹 执行rm -rf Pods
,(删除pods文件夹)
1.3 然后重新 pod install,安装Realm的时候会慢一些。 (记得FQ)