Greetings, iam Louis Johnson, Have a Rock-and-Roll Day!

How Do I Remove Cocoapods From My Mac? [Solved]

This is the complete answer. this is same and better: gem list –local –no-version | grep cocoapods | xargs gem uninstall. I need sudo for do gem uninstall , so I modified the bash like this (one line command): for i in $( gem list –local –no-version | grep cocoapods ); do sudo gem uninstall $i; done.

How to Uninstall Cocoapods Completely from Your Mac || XCode || Swift

Hello everyone! Welcome to

How to Uninstall Cocoapods

In

Install and Uninstall Cocoapods and AlamoFire

How to