0 Comments

 

When executing bundle exec fastlane env, I was getting an error indicating a supported UTF-8 locale could not be found.

Fixed this by following “Set up environment variables” on https://docs.fastlane.tools/getting-started/ios/setup/

Add

export LC_ALL=en_US.UTF-8

export LANG=en_US.UTF-8

To ~/.zshrc

You can find your shell profile at ~/.bashrc, ~/.bash_profile, ~/.profile or ~/.zshrc depending on your system.

 

 

 

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Related Posts