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?

More than 3 years have passed since last update.

【Flutter】Packageインストール時のpod install エラーの解決方法【M1 Mac】

Posted at

Shared preferences をインストールしたい

pubspec.yaml
dependencies:
  shared_preferences: ^2.0.6

保存したら依存関係いろいろファイルできる。

シミュレーター立ち上げようとすると、、、
ん?立ち上がらない('д')?
pod indtall エラーうんぬん(エラー文コピーし忘れたぁぁぁ

解決方法

コマンド打つ〜

% sudo arch -x86_64 gem install ffi
% sudo gem install cocoapods

で、flutterプロジェクトのiosディレクトリに移動してから、

% arch -x86_64 pod init

これでいけるはず。

参考にしたサイト

M1じゃだめなの。
解決するにはインテルバージョン入れるの。

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?