[!] /bin/bash -c
set -e
sh build.sh cocoapods-setup
core is not a symlink. Deleting...
Downloading dependency: sync 1.3.1
Downloading sync failed:
curl: (56) SSLRead() return error -9806
解決方案:rm -rf Pods裳瘪,刪除工程下的pods文件夾蕾哟,重新安裝pod install.
安裝Realm后報錯 "binding_callback_thread_observer.hpp" file not find,
解決方案: rm -rf Pods , rm -rf ~/Library/Caches/CocoaPods然后重新安裝.