Problem
Rust Test Suite (beta and stable) are failing with:
❌ iOS target not installed
Root Cause
The self-hosted runner doesn't have iOS targets installed for cross-compilation.
Solution
- SSH into self-hosted runner
- Run:
rustup target add aarch64-apple-ios
- Verify with:
rustup target list | grep ios
- Re-run tests
Priority
MEDIUM - Pre-existing infrastructure issue (not blocking PR #36)
Related
Problem
Rust Test Suite (beta and stable) are failing with:
Root Cause
The self-hosted runner doesn't have iOS targets installed for cross-compilation.
Solution
rustup target add aarch64-apple-iosrustup target list | grep iosPriority
MEDIUM - Pre-existing infrastructure issue (not blocking PR #36)
Related