I looked for this problem here on Slack and found this thread.
For us, we didn’t override the iOS simulator name using @krzysztof’s solution, but we created a new
iPhone 12
device using the iPhone 14 runtime using the command
xcrun simctl create "iPhone 12" "iPhone 14"
Then the new simulator also shows up in the simulator list:
xcrun simctl list
Marc Reichelt
09/29/2022, 1:37 PM
Still, it would be better if KMM would work by default, starting with Xcode 14 and onward. Does anyone know if there’s a fix being prepared for KMM? Because otherwise trying to run the tests will fail there by default.
Marc Reichelt
09/29/2022, 1:38 PM
Or is there a YouTrack issue at least?
m
Matthias
10/01/2022, 8:34 AM
I have the same Issue, leaving a comment to track.
l
Landry Norris
10/26/2022, 9:11 PM
I’m wondering why Apple removed all the older simulators with XCode 14. Isn’t the iPhone 12 still a reasonable device that I may WANT to test?