J'obtiens cette erreur depuis hier après avoir mis à niveau Flutter.Avant la mise à niveau, tout fonctionnait normalement sur iOS et Android. Maintenant, mon projet ne se construit pas sous iOS. ci-dessous sont mes informations de terminal.
configuration du pod --verbose
LANG= LC_COLLATE="C" LC_CTYPE="C" LC_MESSAGES="C" LC_MONETARY="C" LC_NUMERIC="C" LC_TIME="C" LC_ALL=
installation du pod --verbose
WARNING: CocoaPods requires your terminal to be using UTF-8 encoding. Consider adding the following to ~/.profile: export LANG=en_US.UTF-8 [!] No `Podfile' found in the project directory. /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.8.4/lib/cocoapods/command.rb:151:in `verify_podfile_exists!' /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.8.4/lib/cocoapods/command/install.rb:46:in `run' /Library/Ruby/Gems/2.3.0/gems/claide-1.0.2/lib/claide/command.rb:334:in `run' /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.8.4/lib/cocoapods/command.rb:52:in `run' /Library/Ruby/Gems/2.3.0/gems/cocoapods-1.8.4/bin/pod:55:in `<top (required)>' /usr/local/bin/pod:22:in `load' /usr/local/bin/pod:22:in `<main>'
lieu
WARNING: CocoaPods requires your terminal to be using UTF-8 encoding. Consider adding the following to ~/.profile: export LANG=en_US.UTF-8
Merci d'avance
4 Réponses :
enfin, j'ai résolu cela avec les étapes ci-dessous
et résolu.
où dois-je ajouter cette exportation LANG = en_US.UTF-8
"1." est la question et vous avez répondu à la question avec l'énoncé de question.
Pour itérer sur la réponse de Shruti Tupkari ~ Pour ajouter l' export LANG=en_US.UTF-8
à votre terminal, il doit être ajouté à un profil tel que .zshrc
, .bashrc
ou .bash_profile
.
Pour ce faire, utilisez simplement vim
Alors essayez
vim .zshrc
Cela devrait ouvrir votre profil .zshrc
. Tapez «i» pour insérer quelque chose.
Ensuite, collez simplement dans export LANG=en_US.UTF-8
appuyez sur esc pour sortir, puis tapez :wq
pour enregistrer et quitter
Essayez à nouveau d'exécuter votre application. Si vous obtenez l'erreur, répétez les mêmes étapes sur les autres profils de votre ordinateur.
Voici quelques informations sur l'utilisation de vim
flutter clean
vim .zshrc
dans votre terminal. Cela devrait ouvrir votre profil .zshrc
. Tapez I
pour insérer quelque chose. Ensuite, collez simplement export LANG=en_US.UTF-8
et appuyez sur ESC pour sortir, puis tapez :wq
pour enregistrer et quitter.# platform :ios, '9.0' to
platform: ios, '10 .0 'flutter build iOS
dans le projet racine principal via le terminal.flutter run
Êtes-vous confronté à un problème dans Flutter. Essayez cette solution
flutter clean
flutter build ios
Suivez ces étapes pour résoudre ce problème
Cmd + Shift + dot
..zshrc
#User configuration
commenter export LANG=en_US.UTF-8
.pod install