Flutter 配置相关

问题一
CocoaPods requires your terminal to be using UTF-8 encoding
Consider adding the following to ~/.profile:
export LANG=en_US.UTF-8
解决方案
1 | 1.打开终端 输入命令open -e .bash_profile |
问题二
-bash: flutter: command not found
解决方案
1 | 1.打开终端 输入命令open -e .bash_profile |
- Post title:Flutter 配置相关
- Post author:xxxixxxx
- Create time:2020-12-03 00:00:00
- Post link:https://xxxixxx.github.io/2020/12/03/400-Flutter-配置相关/
- Copyright Notice:All articles in this blog are licensed under BY-NC-SA unless stating additionally.
Comments