Update instructions for installing required rust targets

This commit is contained in:
Steve Myers 2022-06-23 11:03:26 -07:00
parent 5622b07047
commit 0dfaf3fd35
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -46,8 +46,8 @@ own Github repository use the following steps:
1. Install required targets.
```shell
rustup target add aarch64-apple-ios x86_64-apple-ios
rustup target add aarch64-apple-ios-sim --toolchain nightly
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
```
1. Build [`bdk-ffi`] Swift bindings and `bdkFFI.xcframework.zip`.