Carthage 下载三方库失败 - Carthage: failed with exit code 1 #340

384 阅读1分钟
Swift 用 Carthage 下载 github 的三方库时出现类似于下面

A shell task (/usr/bin/env git fetch --prune --quiet github.com/ashleymills… refs/tags/ :refs/tags/  +refs/heads/ :refs/heads/  (launched in /var/root/Library/Caches/org.carthage.CarthageKit/dependencies/Reachability.swift)) failed with exit code 1

这样的错误时,请尝试在终端输入以下命令:rm -rf ~/Library/Caches/org.carthage.CarthageKit,输入后点回车键执行命令,执行完后再次尝试下载操作。

详细请参见链接:github.com/ashleymills…