11
6

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 3 years have passed since last update.

Podコマンドが見つからない!?

Posted at

swiftの勉強をしようと思いUdemyにそって始めたのですが、環境ですぐにつまづきました。。。
pod command not found

とのことでしたのでQiitaで調べた結果、以下のサイトに助けていただきました!
https://qiita.com/sachiko-kame/items/e832c6de3b8c2d803eb3

・本来は

sudo gem install cocoapods

らしいのですが、これで解決しなかったのでもう一方を試しました!

・解決策
sudo gem install -n /usr/local/bin cocoapods

・セットアップ
pod setup

・Podfile作成
pod init

これで無事にPodfileを作成できました!
出だしでつまづくとモチベーション削がれますよね、ご参考程度に。

11
6
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
11
6

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?