Answers for "remove pods from project"

2

remove pods from xcode project terminal

sudo gem install cocoapods-deintegrate cocoapods-clean
pod deintegrate
pod clean
rm Podfile
Posted by: Guest on October-08-2020
1

unistall pods

$ sudo gem install cocoapods-clean
$ pod deintegrate
$ pod clean
$ pod install
Posted by: Guest on April-12-2020
0

remove cocoapods swiftr

sudo gem install cocoapods-deintegrate
Posted by: Guest on March-02-2020
0

remove pod and install again

Pod Instaliation
Posted by: Guest on May-22-2021
0

remove pod and install again

$ pod install
Posted by: Guest on May-22-2021

Code answers related to "remove pods from project"

Code answers related to "Swift"

Browse Popular Code Answers by Language