[Systems] Fixes bitcode error when archiving

This commit is contained in:
Riley Testut 2021-02-10 12:31:27 -06:00
parent 46cb7db897
commit 1b859ce769

View File

@ -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}/"