问题
I use Carthage dependencies manager in my iOS projects and I am wondering what is the best way to clean its cache in case some issues with update occur
回答1:
The solution from here helped me, we should call it like:
rm -rf ~/Library/Caches/org.carthage.CarthageKit
来源:https://stackoverflow.com/questions/45504896/how-to-clear-carthage-cache