- Open Terminal
- Type
open ~/.zshrc(oropen ~/.profileif you don’t use zsh)
It seems that LANG="en_US.UTF-8" alone isn’t enough, so you have to set:
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
export LC_ALL=en_US.UTF-8
-
Save the file
-
Go back to Terminal and type
source ~/.zshrcand typelocale -
You can now safely run pod update or pod install