I propose to move the aarch64-apple-ios-sim
target to Tier 2.
That target was introduced in PR #81966, by @deg4uss3r and myself.
Currently to build libraries/applications for iOS and run them in the iOS simulator on aarch64 macOS hardware one can use Nightly and build with -Z build-std --target aarch64-apple-ios-sim
.
The aarch64-apple-ios-sim
targets the iOS simulator on macOS aarch64 machines.
It is similar to the already existing x86_64-apple-ios
target (which is Tier 2).
It is required because aarch64-apple-ios
is only for iOS hardware.