Cocoa pods终端utf-8编码

Cocoa pods terminal utf-8 encoding

我正在为我的项目使用 IntelliJ AppCode。 当我尝试从 AppCode 的终端使用 cocoadpods 时,我收到以下警告:

WARNING: CocoaPods requires your terminal to be using UTF-8 encoding. Consider adding the following to ~/.profile:

export LANG=en_US.UTF-8

我在 AppCode 中使用 bash 作为我的 shell(默认情况下是 zsh),我的 Mac 的终端也使用 bash(是 zsh) .
我可以在 Mac 的终端中很好地执行 pod 命令。

我还在主目录中添加了文件 .profile 并添加了行

export LANG=en_US.UTF-8

并试图关闭 AppCode,甚至重新启动了我的 mac。但它似乎不起作用。

您可以在“环境变量”中的“首选项”>“工具”>“终端”中设置@saschpe 提到的环境变量。对我有用,也适用于 Fish shell