Launching lib/main.Dart on iPhone 11 Pro Max in debug mode...
Warning: CocoaPods is installed but broken. Skipping pod install.
You appear to have CocoaPods installed but it is not working.
This can happen if the version of Ruby that CocoaPods was installed with is different from the one being used to invoke it.
This can usually be fixed by re-installing CocoaPods. For more info, see https://github.com/flutter/flutter/issues/14293.
To re-install:
Sudo gem install cocoapods
CocoaPods not installed or not in valid state.
Error launching application on iPhone 11 Pro Max.
Désinstallez les cacoapodes existants, le cas échéant et réinstallez à nouveau
Il y a deux moyen d'installer des cocoapodes à l'aide de homebrew
& gem
.
Si vous aviez installé des cocoapodes à l'aide de GEM Run suit.
Sudo gem uninstall cocoapods
Sudo gem uninstall -n /usr/local/bin cocoapods
cocoapods pod install
Si vous aviez utilisé Brew, veuillez utiliser ce qui suit pour désinstaller
brew uninstall cocoapods
Si vous voyez le message d'erreur après avoir réinstallez Cocoapods par brew reinstall
Aller à l'étape 2.
brew link --overwrite cocoapods
Si vous obtenez -bash: pod: command not found
Erreur, toutes les instances sont supprimées correctement. D'autre, vous devrez peut-être supprimer manuellement les fichiers associés à Cocoapodes de ce répertoire ~/.rvm/Rubies/Ruby-2.5.3/LIB/RUBY.
Sudo gem update --system
gem install cocoapods
Les suivants ont travaillé dans mon cas:
brew install cocoapods --build-from-source
then: brew link --overwrite cocoapods
Plus d'informations sur ce numéro sont disponibles à: https://github.com/cocoapodes/cocoapodes/cocoapodes/issues/8955