Visual studio 2026 iOS Simulator do not showing

Sara Silva 0 Reputation points
2026-08-07T09:57:39.9066667+00:00

I have an application based on MAUI, it has application for android and ios. I'm trying to run the iOS Simulator from Visual Studio 2026, but it does not works.

I have the configuration

enter image description here

The MAC is well connected

enter image description here

The output looks like something like:

enter image description here

The simulator does not run....

Developer technologies | .NET | .NET Multi-platform App UI
0 comments No comments

1 answer

Sort by: Most helpful
  1. Tony Thach (WICLOUD CORPORATION) 450 Reputation points Microsoft External Staff Moderator
    2026-08-07T10:40:58.4466667+00:00

    Hi @Sara Silva ,

    Thank you for sharing the screenshots and for your patience throughout this investigation. However, based on the screenshots alone, the current Debug output does not contain enough information to determine the exact root cause of the issue.

    Visual Studio provides built-in diagnostic logging that can capture detailed runtime information, binding failures, exceptions, and other relevant events. Reviewing these logs can help us accurately identify the root cause of the issue and determine the most appropriate resolution.

    1. Open Tools > Options.

    step 1

    1. Set MSBuild project build output verbosity to Diagnostic.

    step 2

    1. Open View > Output.

    step 3

    1. Select Build in the Show output from list.

    step 4

    1. Rebuild the project and run the iOS Simulator again.
    2. Review the complete Build and Debug output, especially any warnings or errors.

    As an additional isolation test, temporarily disable:

    Tools > Options > .NET MAUI > Apple > Remote Simulator to Windows

    Then run the application again and verify whether the simulator opens directly on the Mac. This helps determine whether the issue is related to the Windows Remote Simulator or to the build/deployment process itself.

    The diagnostic logs may provide additional details that are not visible in the screenshots alone. By reviewing the complete output, we can verify exactly where the process is failing, identify the underlying cause, and work toward the most appropriate resolution.

    Microsoft documentation:

    If this instruction is applicable to your situation, I would greatly appreciate it if you could follow the instruction here so others experiencing similar behavior can benefit from it as well. 

    Was this answer helpful?

    5 people found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.