Sylvain Patenaude
10/28/2021, 1:41 PMiosSimTest
but not iosTest
in my project gradle tasks?
Did that task use to be there or am I crazy?Sylvain Patenaude
10/28/2021, 2:01 PMgradlew iosBinaries iosSimBinaries allTests
instead of:
gradlew iosBinaries iosSimBinaries iosSimTest
I still don't get the tests I have in ../src/iosTest/kotlin/...
to execute.
It's the first time I add tests in iosTest
, all my previous tests were under commonTest
.
Anyone knows what I'm doing wrong?Sylvain Patenaude
10/28/2021, 2:05 PMmacOS-10.14
. Does it mean that I have to put my tests under the module iosSimTest
instead of iosTest
?Sylvain Patenaude
10/28/2021, 2:24 PMiosSimTest {
dependencies {
dependsOn iosTest
}
}
but now I get this error when trying to run compileTestKotlinIosSim
on my vmImage macOS-10.14:
The target doesn't match. Expected 'ios_x64', found [ios_arm64]