How to Uninstall CocoaPods from your Xcode Project

Yogesh Manghnani
1 min readMay 12, 2018

Why uninstall ? Maybe you did something wrong. Did some shit and the project won’t even build.

Wanna move to Carthage. Follow the steps below to uninstall CocoaPods from your project.

sudo gem install cocoapods-deintegrate cocoapods-clean
pod deintegrate && pod clean
rm Podfile

After this just follow any guide to install Carthage if you want. It makes your life easier.

--

--

Yogesh Manghnani

I am fullstack developer who can’t sleep with bugs. (both in bed and in code)