How to clear Carthage cache?

Alex Peda picture Alex Peda · Aug 4, 2017 · Viewed 38.1k times · Source

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

Answer

Alex Peda picture Alex Peda · Aug 4, 2017

The solution from here helped me, we should call it like:

rm -rf ~/Library/Caches/org.carthage.CarthageKit