CLOVIS
07/15/2023, 10:23 AMamd64
runners, but they stopped. Now, they only provide M1-based runners.
We were previously running our tests with ./gradlew iosSimulatorArm64Test
, but this fails with the new runners. I assume M1 chips cannot run them?
Xcode does not support simulator tests for ios_simulator_arm64. Check that requested SDK is installed.
What is the correct target to run the project's unit tests on an M1 chip? I don't see any other target starting with iosSimulator
.Oleg Yukhnevich
07/15/2023, 10:26 AMCLOVIS
07/20/2023, 7:22 PMOleg Yukhnevich
07/20/2023, 8:23 PMxcodebuild -downloadPlatform iOS