-2

I recently tried installing Cocoa Pods. I typed this in terminal:

sudo gem install cocoa pods

and it returned:

...
Done installing documentation for pods after 0 seconds
8 gems installed

So then I typed in:

 pod setup --verbose

and it returned this:

-bash: pod: command not found

Has anyone ever dealt with this?

Cœur
  • 34,719
  • 24
  • 185
  • 251

1 Answers1

0

it should be

sudo gem install cocoapods

rather than

sudo gem install cocoa pods 
JSharpp
  • 429
  • 1
  • 8
  • 21