Hi does anyone know why the `iosArm64Test` Gradle ...
# multiplatform
c
Hi does anyone know why the
iosArm64Test
Gradle task might be missing in my project? I have
macosArm64Test
and the iOS 17.5 SDK is installed. I double checked that the target is enabled as well
Figured it out! I’m pretty sure I need a real iOS device connected to test that and should use
iosSimulatorArm64Test
instead
f
did you try getByName(“iosArm64Test”) ?
some explicit target are missing like androidTest so using getByName should work