File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,11 @@ info "Prepared install directory ${INSTALL_DIR}"
35
35
36
36
BUILD_PRODUCTS_DIR=" ${XC_BUILD_DIR} /Build/Products/${XC_CONFIG} -iphonesimulator"
37
37
BUILD_PRODUCTS_APP=" ${BUILD_PRODUCTS_DIR} /${APP} "
38
- BUILD_PRODUCTS_DSYM=" ${BUILD_PRODUCTS_DIR } /${DSYM} "
38
+ BUILD_PRODUCTS_DSYM=" ${XC_BUILD_DIR } /${DSYM} "
39
39
BUILD_PRODUCTS_RUNNER=" ${BUILD_PRODUCTS_DIR} /${RUNNER} "
40
40
41
41
rm -rf " ${BUILD_PRODUCTS_APP} "
42
42
rm -rf " ${BUILD_PRODUCTS_DSYM} "
43
- rm -rf " ${BUILD_PRODUCTS_RUNNER} "
44
43
mkdir -p " ${BUILD_PRODUCTS_DIR} "
45
44
46
45
info " Prepared build directory ${XC_BUILD_DIR} "
@@ -49,9 +48,8 @@ banner "Building ${APP}"
49
48
50
49
COMMAND_LINE_BUILD=1 xcrun xcodebuild \
51
50
-SYMROOT=" ${XC_BUILD_DIR} " \
52
- -derivedDataPath " ${BUILD_PRODUCTS_DIR} " \
53
- TARGET_BUILD_DIR=" ${BUILD_PRODUCTS_DIR} " \
54
- DWARF_DSYM_FOLDER_PATH=" ${BUILD_PRODUCTS_DIR} " \
51
+ -derivedDataPath " ${XC_BUILD_DIR} " \
52
+ DWARF_DSYM_FOLDER_PATH=" ${XC_BUILD_DIR} " \
55
53
-workspace " ${XC_WORKSPACE} " \
56
54
-scheme " ${XC_SCHEME} " \
57
55
-configuration " ${XC_CONFIG} " \
You can’t perform that action at this time.
0 commit comments