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 71c3d6d commit 8ac525bCopy full SHA for 8ac525b
build-pod.sh
@@ -53,7 +53,7 @@ EOF
53
# Make all the non-simulator libs
54
# Package into a universal ios lib
55
56
-rm -r powersync-sqlite-core.xcframework
+rm -rf powersync-sqlite-core.xcframework
57
58
cargo build -p powersync_loadable --release --target aarch64-apple-ios -Zbuild-std
59
cargo build -p powersync_loadable --release --target aarch64-apple-ios-sim -Zbuild-std
0 commit comments