0
0

More than 3 years have passed since last update.

【Flutter/ iOS】CocoaPods could not find compatible versions for pod の対策

Posted at

概要

依存関係が変わった時(pubspec.yaml変更時)にビルドすると CocoaPods could not find compatible versions for podが出てビルドに失敗するときの対策です。

解決方法

Podfile.lockを削除して、依存ライブラリをインストールし直すと解決しました!

cd ./ios && rm -rf ./Podfile.lock && pod install --repo-update
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