Closed paulocoutinhox closed 10 months ago
please show your entire action step config
I think you are installing the wrong target with the action. The error message hints at it:
error[E0463]: can't find crate for `std`
|
= note: the `aarch64-apple-ios` target may not be installed
= help: consider downloading the target with `rustup target add aarch64-apple-ios`
Installed is this toolchain:
info: override toolchain for '/Users/runner/work/rust-mobile-sample/rust-mobile-sample' set to 'stable-x86_64-apple-darwin'
stable-x86_64-apple-darwin unchanged - rustc 1.75.0 (82e1608df 2023-12-21)
Try writing this in your CI script:
- uses: actions-rust-lang/setup-rust-toolchain@v1
with:
target: aarch64-apple-ios
Hi,
Im using this action, but when i will compile, i get these errors:
Can you help me?
Thanks.