How to remove one of the cocoa pods plugin from Xcode project

vic3ai picture vic3ai · Jul 28, 2015 · Viewed 23.9k times · Source

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 ?

Answer

palme picture palme · Jul 28, 2015

Remove the pod from your podfile, then run pod install again.