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

Warning: cocoapods not installed. skipping pod install.の対処法

0
Last updated at Posted at 2024-09-05

更新しました!!
適当なコンソールでopen /Applications/Android\ Studio.appをすると解決するかもしれないです!

概要

すでにcocoapodをインストールしてあるのにも関わらず上記のエラーが表示された解決方法のメモです。

環境

  • macOS (M1)Sonoma 14
  • Android Studio Giraffe |2022.3.1
  • Flutter 3.22.3
  • Dart 3.4.4
  • cocoapod をhomebrew経由でインストール済み

解決した手順

  • M1で必要な手順らしい(要らないかも)
sudo arch -x86_64 gem install ffi
arch -x86_64 pod repo update
arch -x86_64 pod install

command + Tab + q などでAndroid Studioを完全に終了させる
以下のコマンドを実行する

open /Applications/Android\ Studio.app

参考

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