To completely remove Carthage and its frameworks from project:
-
In Finder, delete these files and directory from your project’s root folder:
Cartfile Cartfile.resolved Carthage/ -
In Xcode, delete the framework item in the project navigator.
-
In Xcode > project Target > Build Phases tab (illustration), delete the
carthage copy-frameworksRun Script (if you had previously added it).
You can always download the framework you need from github and add it back in manually. (Or follow @tfrank377’s answer).
See also
- Carthage Tutorial: Getting Started
- Carthage documentation