Skip to content

Commit

Permalink
CBL-4509 : Remove bitcode flag from build script (#480)
Browse files Browse the repository at this point in the history
* Apple doesn’t allow to include bitcode in the binary and framework anymore.

* Removed the BITCODE_GENERATION_MODE from the apple build script.
  • Loading branch information
pasin authored May 11, 2023
1 parent 4104e2a commit 267834a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_apple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ function xcarchive
-destination "${DESTINATION}" \
${XCODE_BUILD_VERSION} ${XCODE_BUILD_NUMBER} \
-archivePath "${ARCHIVE_PATH}/${FRAMEWORK_NAME}.xcarchive" \
"ONLY_ACTIVE_ARCH=NO" "BITCODE_GENERATION_MODE=bitcode" \
"ONLY_ACTIVE_ARCH=NO" \
"CODE_SIGNING_REQUIRED=NO" "CODE_SIGN_IDENTITY=" \
"SKIP_INSTALL=NO" | xcpretty

Expand Down

0 comments on commit 267834a

Please sign in to comment.