[Systems] Fixes bitcode error when archiving
This commit is contained in:
parent
46cb7db897
commit
1b859ce769
@ -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}/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user