Skip to content
Join us for Free for Full Access to site Content

How to remove CocoaPods from Xcode Project

This is a small tutorial that will help you to remove CocoaPods from Xcode Project.

This will not uninstall CocoaPods from your Mac but will help to clear your project from CocoaPods and remove Pods.

Follow these steps to remove CocoaPods from Xcode Project.

  1. Open terminal on your Mac
  2. In terminal navigate to your Xcode Project directory with cd
  3. In terminal type: sudo gem install cocoapods-deintegrate cocoapods-clean
  4. In terminal type: pod deintegrate
  5. In terminal type: pod clean
  6. In terminal type: rm Podfile

Now you should have your Xcode project cleaned from CocoaPods.

Don’t forget to subscribe to AppMakers.Dev mailing list if you love this content and want to stay tuned with recent iOS Development news, tutorials and resources.

Back To Top
Search

Get Latest App Development News, Tips and Tutorials

* indicates required


Send this to a friend