I'm trying to run `iosSimulatorArm64Test` command ...
# kotlin-native
a
I'm trying to run
iosSimulatorArm64Test
command on my new M2 machine, but it fails with:
Copy code
> Task :decompose:iosSimulatorArm64Test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':decompose:iosSimulatorArm64Test'.
> Error while evaluating property 'device' of task ':decompose:iosSimulatorArm64Test'
   > Failed to calculate the value of task ':decompose:iosSimulatorArm64Test' property 'device'.
      > Xcode does not support simulator tests for ios_simulator_arm64. Check that requested SDK is installed.
The
/usr/bin/xcrun simctl list devices available
produces the following output:
Copy code
== Devices ==
-- iOS 16.4 --
    iPhone SE (3rd generation) (B93B25D7-28EB-4733-8CE0-C46578687F02) (Shutdown) 
    iPhone 14 (2BCB7327-E735-434E-8E65-0D9BA868D14C) (Shutdown) 
    iPhone 14 Plus (17A77FC4-2732-4814-981E-B13C1CEC74DE) (Shutdown) 
    iPhone 14 Pro (6E673751-5284-4743-86AF-B9E79BD8BCA5) (Shutdown) 
    iPhone 14 Pro Max (3B2D6574-DF35-446A-95A2-1B8F65BCF1FE) (Shutdown) 
    iPad Air (5th generation) (5C638951-9F28-4A89-A793-8BA5C7D85446) (Shutdown) 
    iPad (10th generation) (4F3D1E91-DC35-45E9-B9B6-E33B4A390FFE) (Shutdown) 
    iPad mini (6th generation) (120A47C1-961D-4A0D-AF97-212B165388EE) (Shutdown) 
    iPad Pro (11-inch) (4th generation) (A0CFE4D0-665A-486B-951E-B4894A6F1EB2) (Shutdown) 
    iPad Pro (12.9-inch) (6th generation) (4AD1E25E-B3C6-4D8C-9736-4F663431A573) (Shutdown)
Kotlin 1.8.20. Are the any clues how this can be fixed?
1
Re-opening the IDE fixed the issue. Filed https://youtrack.jetbrains.com/issue/KT-61040, maybe the experience could be improved.
j
any updates here?