How to clear Carthage cache?

IosIphoneXcodeCarthage

Ios Problem Overview


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

Ios Solutions


Solution 1 - Ios

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

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionAlex PedaView Question on Stackoverflow
Solution 1 - IosAlex PedaView Answer on Stackoverflow