During an iOS build in the Ionic Pro Cloud I’m getting this error. I think it could be a container misconfiguration:
The following build commands failed:
Check dependencies
(1 failure)
[08:03:00]: Exit status: 1
[08:03:00]: Your shell environment is not correctly configured
[08:03:00]: Instead of UTF-8 your shell uses US-ASCII
[08:03:00]: Please add the following to your '~/.bashrc':
[08:03:00]:
[08:03:00]: export LANG=en_US.UTF-8
[08:03:00]: export LANGUAGE=en_US.UTF-8
[08:03:00]: export LC_ALL=en_US.UTF-8
[08:03:00]:
[08:03:00]: You'll have to restart your shell session after updating the file.
[08:03:00]: If you are using zshell or another shell, make sure to edit the correct bash file.
[08:03:00]: For more information visit this stackoverflow answer:
[08:03:00]: https://stackoverflow.com/a/17031697/445598