Jose Garcia
04/21/2022, 3:27 PMmyproject:iosX64Test
iosX64 target but is passing on myproject:iosSimulatorArm64Test
. How could I find the reason for this happening? Does anything to do with the fact I am using an Arm64 chip (Apple M1)?russhwolf
04/21/2022, 5:24 PMiosX64Test
is even running if you're on an M1 machine.David Nedrow
04/21/2022, 5:54 PMJose Garcia
04/21/2022, 6:48 PM./gradlew check
When I run them through the IDE I can't see the option to run them on iosX64 as Russell expectsDavid Nedrow
04/21/2022, 6:50 PMarch -arch x86_64 ./gradlew check
to see if that makes a difference.Jose Garcia
04/21/2022, 6:51 PMDavid Nedrow
04/21/2022, 6:51 PMJose Garcia
04/21/2022, 6:52 PMDavid Nedrow
04/21/2022, 6:52 PMJose Garcia
04/21/2022, 6:53 PMDavid Nedrow
04/21/2022, 6:54 PMJose Garcia
04/21/2022, 6:55 PMDavid Nedrow
04/21/2022, 6:55 PMJose Garcia
04/21/2022, 6:57 PMarch -arch arm64 ./gradlew check
arch
is set in my console/bash) I am using and then run either iosx86Test or iosArm64Test depending on such a chip?David Nedrow
04/21/2022, 7:02 PMJose Garcia
04/21/2022, 7:02 PMDavid Nedrow
04/21/2022, 7:06 PMJose Garcia
04/21/2022, 7:24 PMKonstantin Tskhovrebov
04/22/2022, 1:30 PM