This started to happen recently, but I'm not sure where exactly the problem is. Attempting to build the library for *-macabi targets is failing with clang error.
cargo +nightly build --release -Z build-std --target x86_64-apple-ios-macabi
// and
cargo +nightly build --release -Z build-std --target aarch64-apple-ios-macabi
It seems related to this issue. I tried building a simple rust library for these targets to make sure the tooling works, and it seemed to work.
This started to happen recently, but I'm not sure where exactly the problem is. Attempting to build the library for
*-macabitargets is failing with clang error.It seems related to this issue. I tried building a simple rust library for these targets to make sure the tooling works, and it seemed to work.