0
1

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でcocoapodsのバージョンを更新する方法

Posted at

sudo gem install cocoapods -v 1.9.3
sudo gem uninstall cocoapods -v 1.9.2

flutterのプロジェクトでiosフォルダに移動して、pod install

これでいけました。
正しいやり方なのかは怪しいので、分かり次第更新します

0
1
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
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?