Doc building for iOS - vadimcn/rust GitHub Wiki
Compilation currently fails in libuv, see #10249.
You need XCode 5.
- Build Rust:
mkdir build; cd build
../configure --target-triples=arm-apple-darwin
make VERBOSE=1
- Use Rust:
rustc --target=arm-apple-darwin foo.rs
- Compilation:
- Compile twice, with both
-arch armv7and-arch armv7s(A6 processor) ?
- Compile twice, with both
- Code: