No devices attached in xamarin VisualStudio for ios

clement picture clement · Apr 8, 2013 · Viewed 21.1k times · Source

I'm having real trouble when I try to use the IOS emulator from the visual studio. So I created a hello world app in VS using xamarin (latest stable version), I set the project as main project, and When I refresh the connexion with the mac, I can't select the device that should be shown in the selectList. The message is "No device attached" :

error-picture

And if I try to use xamarin studio on the host mac, all is okay, the sample app builds on the iphone emulator:

on mac host

Thanks to help me !

Answer

TiernanO picture TiernanO · Sep 4, 2013

I know this question has already been answered, but i found it when i had a problem, and it did not help... but i did find the solution:

Under the debugging menu in VS2012, click on Configuration Manager

Configuration Manager Menu

make sure that iPhone Simulator (or iPad, if you want) is set...

enter image description here

Default seems to be looking for a physical device...

hope this helps.