skip to Main Content

I have Visual Studio 17.5.4 (build 8) installed on my Mac with OS Ventura 13.0.1 and Xcode version 14.3

The iOS simulation devices have all disappeared.
I made a dummy project in Xcode and I am able to run it in a simulator from Xcode, but not from VS.

All I can see is this…

iOS simulators missing from VS 2022 mac

What I tried so far and didn’t help

  1. Tried using an older Xcode version, but I can’t install an older Xcode version on this OS
  2. Restarted the system
  3. Tried relinking Xcode.app
    List item
  4. Restarted VS

What am I missing?

2

Answers


  1. Chosen as BEST ANSWER

    After wasting a good 6 hours on this, I stumbled upon this thread. After trying different xcode versions, the latest v14.3 with the xamarin-ios16.4.0.6.pkg fixed the problem. Follow the details in this thread: https://github.com/xamarin/xamarin-macios/issues/17561


Please signup or login to give your own answer.
Back To Top
Search