Here is a link to Carthage
:
https://github.com/Carthage/Carthage
It additionally adds some changes in project files so I can simply remove extra fil
Removing Carthage has actually been pretty easy for me.
copy-frameworks
run script put in place to keep your Carthage frameworks up to date. Simply click the x in the top right
You should always be able to add Carthage back if you want, but these steps should remove it from a particular Xcode project, while keeping the frameworks you want.
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-frameworks
Run 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).
I have almost spent a week and now can say to remove Carthage safely and without any side effects there are following step by step process
Delete all of these and again clean and build your project.