-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
  • 37,241
  • 25
  • 195
  • 267

1 Answers1

0

it should be

sudo gem install cocoapods

rather than

sudo gem install cocoa pods 
JSharpp
  • 459
  • 1
  • 9
  • 21