From 1b859ce76965e44bd6467b0e050ac195b7fcdbc3 Mon Sep 17 00:00:00 2001 From: Riley Testut Date: Wed, 10 Feb 2021 12:31:27 -0600 Subject: [PATCH] [Systems] Fixes bitcode error when archiving --- Systems/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Systems/build.sh b/Systems/build.sh index db7fb62..00accbc 100755 --- a/Systems/build.sh +++ b/Systems/build.sh @@ -19,6 +19,6 @@ esac OUTPUT_DIR="$BUILD_DIR/Build/Products/$CONFIG_FOLDER" -xcodebuild -workspace Systems.xcworkspace -scheme $SCHEME -configuration ${CONFIGURATION} -destination "generic/platform=$PLATFORM" -derivedDataPath $BUILD_DIR +xcodebuild -workspace Systems.xcworkspace -scheme $SCHEME -configuration ${CONFIGURATION} -destination "generic/platform=$PLATFORM" -derivedDataPath $BUILD_DIR BITCODE_GENERATION_MODE=bitcode cp -Rf "$OUTPUT_DIR/Systems.framework" "${BUILT_PRODUCTS_DIR}/"