2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

gem install cocoapodsしたのにcocoapodsがない

Last updated at Posted at 2019-06-12

MacBook Proに買い換えて、いろいろセットアップしている中でcocoapodsを入れようと思ったんですが、podコマンドがないと言われ続けてしまってました。

$ sudo gem install cocoapods
$ pod setup
bash: pod: command not found

原因の特定には至っていないのですが、同じように困っている人の参考になればと思います。

前提条件

  • MacOS Mojave 10.14.5
  • rbenvを使ってる (version: ruby 2.6.3)

解決方法

以下のコマンドで解決できました。

sudo gem install -n /usr/local/bin cocoapods

普段rubyを使うことがあまりないので、gem installの引数については調べていませんが、もし同じように困っていたら、試してみてください。

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?