“当心你自己设备的异常,别让敌人有机可乘。”
——————阿玛拉斯箴言集,5.12
安装完Flutter, Flutter Doctor报错说“CocoaPods not installed”
1.尝试下面步骤来更新CocoaPods
remove all cocoapods file by
"rm -rf ~/.cocoapods"
reinstall cocoaPods by
"sudo gem uninstall cocoapods"
"sudo gem install cocoapods"
or
"brew uninstall cocoapods"
"brew install cocoapods"
"Flutter clean" and Android Studio->"Invalidate and Restart"
"pod setup" and "pod install"
2.如果仍然提示CocoaPods not installed
更新Android Studio ,(4.1版本可能不支持新版cocoapods)
https://developer.android.com/r/studio-ui/download-stable.html