Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 9.0, Xamarin Studio, "waiting for debugger to connect..."

Tags:

xamarin

I have been using Xamarin.iOS platform with iPad with iOS 8.3 simulator successfully until I have updated Xcode 7 with iOS 9.0. When I select the simulator and run it, it keeps showing

waiting for debugger to connect...

nothing comes out at the end. Any solution?

By the way, why I cannot able to see ios 8 simulator options in the Xamarin after I updated the Xcode?

like image 691
casillas Avatar asked Feb 08 '23 21:02

casillas


1 Answers

Was having the same issue. Here is what helped me. Open up xcode go to Devices under Window menu. Select the simulator device you are trying to use. Right click and delete it. Then add it again, bottom left + button. Hope this helps.

like image 146
Sasha Avatar answered Feb 13 '23 10:02

Sasha