I'm using the nightly channel so pre-built iOS targets are not available. I can do: ``` cargo build -Zbuild-std --target=aarch64-apple-ios ``` and everything builds as expected. Trying this with `lipo` fails, however. ``` cargo lipo -Zbuild-std ```
I'm using the nightly channel so pre-built iOS targets are not available.
I can do:
and everything builds as expected. Trying this with
lipofails, however.