eygraber
07/19/2022, 4:57 AMiosArm64Test
but Gradle says that there is no task registered with that name. There are tasks registered for iosX64Test
and iosSimulatorArm64Test
. Is that expected?
I'm running this on Linux; would that affect the iosArm64Test
task from getting registered (and if so, why not the others)?ephemient
07/19/2022, 5:01 AMeygraber
07/19/2022, 5:30 AMiosArm64
device variant?eygraber
07/19/2022, 5:31 AMephemient
07/19/2022, 6:07 AMIOS_ARM64
doesn't get any device testseygraber
07/19/2022, 6:08 AMephemient
07/19/2022, 6:10 AMeygraber
07/19/2022, 6:12 AMiosX64Test
would run the test natively on the host, and iosSimulatorArm64Test
would spin up a simulator and run the tests on that?ephemient
07/19/2022, 7:25 AMephemient
07/19/2022, 7:26 AMeygraber
07/19/2022, 4:26 PM