3
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.

flutterでpod setupしても何も反応しない

Last updated at Posted at 2019-10-03

環境:Mac(10.14.6)

Flutterの macOS install を見ながらFlutterのインストールを行なっていたが、 pod setup を入力しても何も起こらなかった。

原因はどうやら現在インストールされている cocoapods 1.8.1 が原因のようだった。

下記コマンドにて不要なバージョンを削除したら正常に動いた。

$ sudo gem uninstall cocoapods
Password:

Select gem to uninstall:
 1. cocoapods-1.7.5
 2. cocoapods-1.8.1
 3. All versions
> 2
Successfully uninstalled cocoapods-1.8.1

参考:https://github.com/flutter/flutter/issues/41253

3
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
3
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?