From bd4763235aebd4df11eb7cdc70a86613a1147260 Mon Sep 17 00:00:00 2001 From: Stefan Ceriu Date: Thu, 12 May 2022 16:49:49 +0300 Subject: [PATCH] chore(matrix-sdk-ffi) Use stable toolchain for targeting aarch64-apple-ios-sim --- apple/MatrixRustSDK/build_xcframework.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/MatrixRustSDK/build_xcframework.sh b/apple/MatrixRustSDK/build_xcframework.sh index 9a2474918..dbf73e72e 100755 --- a/apple/MatrixRustSDK/build_xcframework.sh +++ b/apple/MatrixRustSDK/build_xcframework.sh @@ -24,7 +24,7 @@ cargo build --locked -p matrix-sdk-ffi ${REL_FLAG} --target "aarch64-apple-darwi cargo build --locked -p matrix-sdk-ffi ${REL_FLAG} --target "x86_64-apple-darwin" # iOS Simulator -cargo +nightly build --locked -p matrix-sdk-ffi ${REL_FLAG} --target "aarch64-apple-ios-sim" +cargo build --locked -p matrix-sdk-ffi ${REL_FLAG} --target "aarch64-apple-ios-sim" cargo build --locked -p matrix-sdk-ffi ${REL_FLAG} --target "x86_64-apple-ios" # Mac Catalyst