CocoaPods requires your terminal to be using UTF-8 encoding
Consider adding the following to ~/.profile:
export LANG=en_US.UTF-8
解决方案: 终端打开~/.bash_profile (open ~/.bash_profile)
编辑并添加 export LANG=en_US.UTF-8
退出并保存
还可以运行该echo $LANG命令以查看变量是否已正确配置。
VSCODE 重新运行 若仍然显示错误,退出vscode 重新启动打开vscode。