CocoaPods / cocoapods-deintegrate

A CocoaPods plugin to remove and de-integrate CocoaPods from your project.
MIT License
1.08k stars 48 forks source link

"pod deintegrate" not running after "gem install cocoapods-deintegrate" #32

Closed GreenRidingHood closed 5 years ago

GreenRidingHood commented 6 years ago

probably dum or silly something I am missing first I run on terminal "sudo gem install cocoapods-deintegrate" after that "pod deintegrate" , but I get error "pod: command not found" ..so

amorde commented 6 years ago

@GreenRidingHood apologies for the very late response - what version of CocoaPods do you have installed?

This plugin comes with CocoaPods by default, so you shouldn't have to install it manually.

Can you post the result of running pod env here?

amorde commented 5 years ago

going to close as this looks like CocoaPods itself is not installed. you can install it with gem install cocoapods

JDerf commented 4 years ago

Hey, I'm having this problem too.

When I run pod env I get command not found: pod.

cocoapods-deintegrate (1.0.4) shows up in my gem list.

Any ideas?

amorde commented 4 years ago

does CocoaPods itself show up? ex which pod? if not, gem install cocoapods should do the trick