🦁
[Flutter] CocoaPods recommended version x.x.x or greater not installed
要約
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
Discussion