We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d364e7 commit 49b2c69Copy full SHA for 49b2c69
build-xcframework.sh
@@ -328,7 +328,7 @@ combine_static_libraries() {
328
arch_flags+=" -arch $arch"
329
done
330
331
-
+
332
if [[ "${BUILD_STATIC_XCFRAMEWORK}" == "ON" ]]; then
333
echo "Packaging static framework for ${platform}."
334
mkdir -p "$(dirname "${base_dir}/${output_lib}")"
@@ -551,7 +551,7 @@ if [[ "${BUILD_STATIC_XCFRAMEWORK}" == "ON" ]]; then
551
-framework $(pwd)/build-tvos-sim/framework/whisper.framework \
552
-output $(pwd)/build-apple/whisper.xcframework
553
exit 0
554
-fi
+fi
555
556
xcodebuild -create-xcframework \
557
-framework $(pwd)/build-ios-sim/framework/whisper.framework \
0 commit comments