Skip to content

Commit e6223be

Browse files
committed
Update to bdk-ffi 0.6.0
1 parent 91b290e commit e6223be

File tree

5 files changed

+469
-105
lines changed

5 files changed

+469
-105
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ own Github repository use the following steps:
4545

4646
1. Install required targets.
4747
```shell
48-
rustup target add aarch64-apple-ios x86_64-apple-ios
49-
```
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
51+
```
5052

5153
1. Build [`bdk-ffi`] Swift bindings and `bdkFFI.xcframework.zip`.
5254
```shell

0 commit comments

Comments
 (0)