anyone know how to remove one of the cocoa pods plugin from Xcode project ? For example, I have installed afnetworking
and nyximagekit
in my project. Now, I want to remove nyximagekit
but keep afnetwoking
. How to do that ?
Just rm -rf that pod's folder, and remove the line from the Podfile. Then run pod install again.
First, confirm the name of the node you want to remove using kubectl get nodes , and make sure that all of the pods on the node can be safely terminated without any special procedures. Next, use the kubectl drain command to evict all user pods from the node.
If you want to remove a Pod, edit Podfile, delete the Pod you want, and rerun pod install . If i deleted podfile. lock file, that makes an issue or it's normally? Generally you should not delete the podfile.
Remove the pod from your podfile, then run pod install
again.
You have to edit the Podfile
($ emacs Podfile
in terminal.app) and remove the line pod 'nyximagekit'
from it. (ctrl+x
, ctrl+s
to save, then ctrl-x
, ctrl+c
to quit emacs
)
Once you did that, run pod update
and it will remove nyximagekit
from your project.
pictorial information detailed
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With