File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ UNIVERSAL_OUTPUTFOLDER=${BUILD_DIR}/${CONFIGURATION}-universal
19
19
mkdir -p " ${UNIVERSAL_OUTPUTFOLDER} "
20
20
21
21
# Step 1. Build Device and Simulator versions
22
- xcodebuild -target " ${TARGET} " ONLY_ACTIVE_ARCH=NO -configuration ${CONFIGURATION} -sdk iphoneos BUILD_DIR=" ${BUILD_DIR} " BUILD_ROOT=" ${BUILD_DIR} " clean build
23
- xcodebuild -target " ${TARGET} " -configuration ${CONFIGURATION} -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO BUILD_DIR=" ${BUILD_DIR} " BUILD_ROOT=" ${BUILD_DIR} " clean build
22
+ xcodebuild -target " ${TARGET} " ONLY_ACTIVE_ARCH=NO -configuration ${CONFIGURATION} -sdk iphoneos BUILD_DIR=" ${BUILD_DIR} " BUILD_ROOT=" ${BUILD_DIR} " BITCODE_GENERATION_MODE=bitcode clean build
23
+ xcodebuild -target " ${TARGET} " -configuration ${CONFIGURATION} -sdk iphonesimulator ONLY_ACTIVE_ARCH=NO BUILD_DIR=" ${BUILD_DIR} " BUILD_ROOT=" ${BUILD_DIR} " BITCODE_GENERATION_MODE=bitcode clean build
24
24
25
25
# Step 2. Copy the framework structure (from iphoneos build) to the universal folder
26
26
cp -R " ${BUILD_DIR} /${CONFIGURATION} -iphoneos/${MODULE_NAME} .framework" " ${UNIVERSAL_OUTPUTFOLDER} /"
You can’t perform that action at this time.
0 commit comments