Somehow, my Carthage installation is corrupted (seems like I have two versions installed) due to the fact that I installed using the Carthage.pkg
file then also with brew install carthage
. I'd like to completely remove Carthage(s) but can't find the way to do so.
In order to delete Carthage installed from:
Carthage.pkg:
$ rm -rf /usr/local/bin/carthage
$ sudo rm -rf /Library/Frameworks/CarthageKit.framework
Homebrew:
$ brew uninstall --force carthage