🦁

[Flutter] CocoaPods recommended version x.x.x or greater not installed

2022/05/26に公開

要約

cocoapodsのバージョンが古く,pod installが出来なくなっていた.

症状

Flutter Debug時にCocoaPods recommended version 1.10.0 or greater not installed.というエラーメッセージが表示された・

対処法

cocoapodsのバージョンを上げて,brew linkでリンクを再作成する.

$ brew install cocoapods
$ brew link --overwrite cocoapods

Reference

https://stackoverflow.com/questions/66707202/flutter-2-upgrade-cocoapods-not-installed-or-not-in-valid-state

GitHubで編集を提案

Discussion