In this article, we will walk you through the process of setting up GitHub in…
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.
- Open terminal on your Mac
- In terminal navigate to your Xcode Project directory with cd
- In terminal type:
sudo gem install cocoapods-deintegrate cocoapods-clean
- In terminal type:
pod deintegrate
- In terminal type:
pod clean
- 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.