Where Can I Find the Remoted iOS Simulator for Windows PC?

R9I1 1 Reputation point
2024-05-06T08:53:53.8966667+00:00

Where can I find the Remoted iOS Simulator for Windows PC?

Where in Microsoft Visual Studio 2022 should I find the Remoted iOS Simulator for Windows PC?

Is it somewhere in a directory like “C:\Program Files\Microsoft Visual Studio\2022\Community?”

User's image

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,325 questions
{count} votes

3 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. Bruce (SqlWork.com) 61,181 Reputation points
    2024-05-06T20:10:07.9+00:00

    the remote IOS simulator is installed as part of the Maui workload for VS 2022. This is just the bridge to the simulator running on the paired Mac.

    https://learn.microsoft.com/en-us/dotnet/maui/ios/remote-simulator?view=net-maui-8.0

    note: Xamarin is no longer supported, so you should be using vs 2022 and Maui.

    0 comments No comments

  3. Wenyan Zhang (Shanghai Wicresoft Co,.Ltd.) 29,046 Reputation points Microsoft Vendor
    2024-05-08T02:41:48.2966667+00:00

    Hello,

    Bruce is right, and you could refer to the following details and docs:

    iOS Simulator is a part of Apple's build tools, and it only runs on a Mac. Visual Studio 2022's Pair to Mac feature allows to build a native iOS app through the Remoted iOS Simulator, it means that VS connects to a network-accessible Mac to build iOS apps.

    The Remoted iOS Simulator for Windows is installed automatically as part of Xamarin or MAUI.

    Since Xamarin support ended on May 1, 2024, it is recommended that you upgrade your Xamarin projects to .NET MAUI.

    Please see

    Xamarin official support policy | .NET (microsoft.com)

    Upgrade from Xamarin to .NET - .NET MAUI | Microsoft Learn

    Pair to Mac for iOS development - .NET MAUI | Microsoft Learn

    Remote iOS Simulator for Windows - .NET MAUI | Microsoft Learn

    Is it somewhere in a directory like “C:\Program Files\Microsoft Visual Studio\2022\Community?”

    No, you can only see the build agent at C:\Users\``{username}\AppData\Local\Temp\Xamarin\XMA\Remote.

    In addition, I'm not sure if your main issue is being able to pair with a Mac but not be able to select a specific iOS simulator in the "Debug Target" dropdown in the Visual Studio toolbar. If so, please create a new thread and share the Xcode version, VS version and some other environment information with me, and attach the thread link here, so that we can work together to figure it out.

    If not, please feel free to post in here if you have any other questions.

    Best Regards,

    Wenyan Zhang


    If the answer is the right solution, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.