Skip to content

Commit 8ac525b

Browse files
committed
Fix clean build.
1 parent 71c3d6d commit 8ac525b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-pod.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ EOF
5353
# Make all the non-simulator libs
5454
# Package into a universal ios lib
5555

56-
rm -r powersync-sqlite-core.xcframework
56+
rm -rf powersync-sqlite-core.xcframework
5757

5858
cargo build -p powersync_loadable --release --target aarch64-apple-ios -Zbuild-std
5959
cargo build -p powersync_loadable --release --target aarch64-apple-ios-sim -Zbuild-std

0 commit comments

Comments
 (0)