Hemendra Naik
01/24/2025, 7:41 AM./gradlew iosX64Test —info
, I see "BUILD SUCCESSFUL"
message on the terminal.
However the iosX64Test
task is denoted as skipped:
> Task :abcSDK:iosX64Test SKIPPED
Skipping task ':abcSDK:iosX64Test' as task onlyIf is false.
:abcSDK:iosX64Test (Thread[Execution worker Thread 6,5,main]) completed. Took 0.0 secs.
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
See <https://docs.gradle.org/7.5.1/userguide/command_line_interface.html#sec:command_line_warnings>
BUILD SUCCESSFUL in 732ms
Can someone please suggest how to debug this issue and get the tests up and running for iOS?
Thanks in advance.rkechols
01/24/2025, 9:41 AMiosArm64
, something like this:
./gradlew iosArm64Test --info
Hemendra Naik
01/28/2025, 6:07 AMiosSimulatorArm64
as a workaround for now.