Minor fixes
This commit is contained in:
parent
a3d8574e0d
commit
5721e43b71
|
@ -9,7 +9,7 @@ Working in progress
|
||||||
### iOS
|
### iOS
|
||||||
|
|
||||||
1. Latest Xcode (13.x)
|
1. Latest Xcode (13.x)
|
||||||
1. Rust toolchains for iOS: `rustup target add aarch64-apple-ios-sim --toolchain nightly && rustup target add aarch64-apple-ios x86_64-apple-ios`. Check installaion:
|
1. Rust toolchains for iOS: `make prepare-apple` or `rustup target add aarch64-apple-ios-sim --toolchain nightly && rustup target add aarch64-apple-ios x86_64-apple-ios`. Check installaion:
|
||||||
```shell
|
```shell
|
||||||
$ rustup target list --installed | grep ios
|
$ rustup target list --installed | grep ios
|
||||||
aarch64-apple-ios
|
aarch64-apple-ios
|
||||||
|
|
Loading…
Reference in New Issue