aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/tests/build_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/objective-c/tests/build_tests.sh')
-rwxr-xr-xsrc/objective-c/tests/build_tests.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/objective-c/tests/build_tests.sh b/src/objective-c/tests/build_tests.sh
index e7ad31e403..8547bfd3a8 100755
--- a/src/objective-c/tests/build_tests.sh
+++ b/src/objective-c/tests/build_tests.sh
@@ -33,6 +33,9 @@
set -e
+# CocoaPods requires the terminal to be using UTF-8 encoding.
+export LANG=en_US.UTF-8
+
cd $(dirname $0)
hash pod 2>/dev/null || { echo >&2 "Cocoapods needs to be installed."; exit 1; }