Skip to content

πŸ‘©πŸ»β€πŸ’» πŸ§‘πŸ½β€πŸ’» Subscribe and Read us on Substack to Get Full Access to Our Posts


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