carthage version: 0.22.0How to remove particular framework from list of frameworks installed using carthage in xcode project. Is there a command like carthage remove "github "Alamofire/Alamofire"" present?
In Build Phases in your Xcode project:
copy-frameworks phaseInput Files list of the phaseIn your Cartfile and Cartfile.resolved:
I'd just add that the framework also needs to be removed from Linked Frameworks and Libraries from the _General_ tab in your Xcode project.
Most helpful comment
In Build Phases in your Xcode project:
copy-frameworksphaseInput Fileslist of the phaseIn your
CartfileandCartfile.resolved: