From 26538223302ebca3154c5f054e7b5e0f680f7356 Mon Sep 17 00:00:00 2001 From: Jose Palao Date: Thu, 25 Jun 2020 17:44:46 +0200 Subject: [PATCH] disable BITCODE build setting by default. It will not build do to undefined symbols when trying to build w/ -bundle_bitcode and -undefined dynamic_lookup throws ld: -undefined and -bitcode_bundle (Xcode setting ENABLE_BITCODE=YES) cannot be used together --- ios/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/build.sh b/ios/build.sh index a94434a99226..1923e5938784 100644 --- a/ios/build.sh +++ b/ios/build.sh @@ -4,7 +4,7 @@ # perl binaries : "${PERL_ARCH:=arm64}" -: "${BITCODE:=1}" +: "${BITCODE:=0}" : "${DEBUG:=0}" : "${INSTALL_DIR:=local}" : "${MIN_VERSION:=8.0}"