Reputation: 357
I am a new to xamarin and I am trying to develop my first 'Hello World!' mobile application using cross platform App(Xamarin.Forms).
I am using visual studio 2017 community edition and when I am trying to run the application for ios, then after 1-2 minutes it opens the emulator with a black screen and stucks there.
Upvotes: 0
Views: 93
Reputation: 38
I've been having the same issue. I've been able to resolve it by restarting the mac, restarting visual studio, stopping the app and trying to redeploy. Usually one of these things works. I find the first time staring the app in an emulator tends to take a lot longer since the emulator has to spin up, so redeploying the app a second time makes it work.
Upvotes: 0
Reputation: 11
What OS are your computer running on? You can't run iOS apps on Windows unless you have connected an iOS machine to Visual Studio as well.
If you are using a Mac for development, what solutions have you tried so far to get the emulator running?
Upvotes: 0