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