visual studio mac 8.9.1 configuration iphone simulator is gone, it was there last week. Running xcode 12.4, simulator 14.2 is installed. How to get back debugging ios-app on simulator?
visual studio mac 8.9.1 configuration iphone simulator is gone, it was there last week. Running xcode 12.4, simulator 14.2 is installed. How to get back debugging ios-app on simulator?
Hi ColeXia, thanks for your response. Yes, there is plenty of Simulators.
The problem is, that in Visual Studio Mac in the list of configuration Debug|iPhoneSimulator is missing, don't know why, it was there last week before updating to VS Mac 8.9.1

But I found a workaround by creating a new solution configuration DebugSim with iPhoneSimulator and now I have all simulators back:


@ColeXia-MSFT I will, but don't you guys want to fix something? I mean, it was working, then it was gone and it took me some hours to figure out this workaround which is still kind of a hack.
I've reported this issue to my team ,thanks for pointing it .
Hello @ColeXia-MSFT is there any update on this? I have Xcode version 13.1 and VS 2019 version 8.10.13. I've tried this and didn't get success. Can you help me? I don't see any emulator in VS using debug mode in my xamarin forms project.
Hello,
Welcome to Microsoft Q&A!
1 . Open Xcode - Window - Devices and Simulators .
2 . Check if there is any Simulator in left list ,if not add the + button .

3 . Select Device Type and OS Version and click Create .

4 . Restart Visual Studio you will see the simulator in configuration .

(I test with VS for mac 8.9.1 and Xcode 12.4 . )
If the response is helpful, please click "Accept Answer" and upvote it.
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.
I have many simulators listed by Xcode. But this does not help VC. Very bad...
I had the same issue, after installing Apples latest XCode update this morning. The simulators appeared again, after I had once explicitly started XCode after that (which I normally do not need in daily business). I had a look in the context of above mentioned proposal to manually add simulators again (assuming they were gone). They were all still there, but for some reason not exposed to Visual Studio. As soon as XCode was started and I had restarted Visual Studio, they showed up again.
Had the same effect and restarting XCode and VS worked for me as well.
This comment was the only one that helped me fix this issue in the meantime. For others having the same issue, please make sure that XCode is running before you start Visual Studio. I hope this gets fixed soon, but this got me up and running.
Had a similar issue. Tried following up with your example, but it didn't help because I made quite a big miss. I updated XCode to the latest version, but didn't update VisualStudio, lol
I still have this issue!
It seems to me a timing raise condition issue. I close the project and then re-open it immediately and now all simulators are available.
I closed the project, cleared the bin and obj folders, and finally re-opened the project, afterwards the simulators were displayed again.
12 people are following this question.