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