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 5622b07 commit 0dfaf3fCopy full SHA for 0dfaf3f
README.md
@@ -46,8 +46,8 @@ own Github repository use the following steps:
46
1. Install required targets.
47
```shell
48
rustup target add aarch64-apple-ios x86_64-apple-ios
49
- rustup target add aarch64-apple-ios-sim --toolchain nightly
50
- rustup component add rust-src --toolchain nightly-aarch64-apple-darwin
+ rustup target add aarch64-apple-ios-sim --toolchain nightly
+ rustup target add aarch64-apple-darwin x86_64-apple-darwin
51
```
52
53
1. Build [`bdk-ffi`] Swift bindings and `bdkFFI.xcframework.zip`.
0 commit comments