Skip to content

Commit

Permalink
Fixed issue with removing old xcframework on build.
Browse files Browse the repository at this point in the history
  • Loading branch information
tladesignz committed Feb 24, 2025
1 parent 58b5aa9 commit e9ae7a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-apple.sh
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ build_libcurl macosx x86_64 10.13
fatten macosx libcurl
create_framework macosx fat

rm -rf curl.xcframework
rm -rf "$ROOT/curl.xcframework"
xcodebuild -create-xcframework \
-framework "$BUILDDIR/iphoneos/curl.framework" \
-framework "$BUILDDIR/iphonesimulator/curl.framework" \
Expand Down

0 comments on commit e9ae7a7

Please sign in to comment.