Search code examples
xcodexamarinxamarin.iosmaui

iOS Simulators not showing in Xamarin visual studio for mac after updating to Mac OS Sequoia


I recently updated my Mac to Mac OS Sequoia 15.0 and also upgraded my Xcode to 16.

I upgraded my Xamarin visual Studio for Mac as well but after that the old error starts again of showing No Simulators in iOS.

I tried almost all the things I knew.

  • Restarted both visual Studio and Xcode and Mac as well.
  • Checked all the Paths in Xcode Settings.
  • Build and Clean my visual studio.
  • Removed Visual studio and installed again.
  • Downloaded Command Line tools and Developer tools also for xcode.

Below is my Xamarin visual Studio details.Visual Studio details

.net IOS Screenshot

I am getting this error unable to resolve.

Please help me If I have missed anything.


Solution

  • I found a temporary workaround for above solution.

    Download Xcode15.4 and from your Visual Studio Preferences, set the preferred Xcode to 15.4 not 16 or above as it is not supported.

    Now Relaunch the Visual Studio and it will show all the simulators.

    Now to link the Xcode Command Line tools to Xcode15.4, we need to open the Xcode 15.4 but since it is not supported with latest version.

    Firstly, Right click on Xcode -> Show Package Contents -> Mac OS -> Xcode.

    Double click on that Xcode so it will open Xcode15.4. From that Xcode settings, set the Command Line Tools path to Xcode15.4.

    Now Rebuild the Project in visual Studio and it should run with all the simulators.

    UPDATE : Since I downloaded Xcode16 and Xcode 16.1, I am able to run the app on all simulators.

    Hope this can help others as well.