Hi everyone,
I'm trying to get the multiplatform library template (mostly by Konstantin T) to build, on Mac M1 (Arm64) and using Java 21.
The error I'm getting is:
* What went wrong:
Execution failed for task 'libraryiosSimulatorArm64Test'.
> Error while evaluating property 'device' of task 'libraryiosSimulatorArm64Test'.
> Failed to calculate the value of task 'libraryiosSimulatorArm64Test' property 'device'.
> Xcode does not support simulator tests for ios_simulator_arm64. Check that requested SDK is installed.
Suggestions please