Skip to content

Commit 2295cd9

Browse files
milos1290Enuviel
authored andcommitted
fix(build): fixing build
1 parent c8db302 commit 2295cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ build_ios() {
158158
GCC_PREPROCESSOR_DEFINITIONS="PACKAGE_IDENTIFIER=${LEANPLUM_PACKAGE_IDENTIFIER}"
159159

160160
mkdir "${RELEASE_DIR}/Leanplum.framework/"
161+
echo "RELEASE DIRECTORY IS:"
161162
run "Combining builds to universal fat library ..." \
162163
lipo -create -output "${RELEASE_DIR}/Leanplum.framework/Leanplum" \
163164
"${CURRENTCONFIG_ARMV7_DEVICE_DIR}/Leanplum-iOS-SDK-source/libLeanplum-iOS-SDK-source.a" \
@@ -199,7 +200,6 @@ EOF
199200
#######################################
200201
build_ios_dylib() {
201202
echo "Starting build for Leanplum-SDK (iOS)"
202-
203203
run "Building Leanplum-SDK (device/armv7) target ..." \
204204
xcodebuild -configuration "${CONFIGURATION}" -target "Leanplum-iOS-SDK-source" -sdk "${DEVICE_SDK}" \
205205
"$ACTION" ARCHS='armv7' RUN_CLANG_STATIC_ANALYZER=NO BUILD_DIR="${BUILD_DIR}${ARMV7_DIR}" \

0 commit comments

Comments
 (0)