I was able to create a project in my xcode and run in iPhone X simulator but I'm unable to do so with xamarin.iOS
Here is the configuration
It says "Waiting for the debugger to connect to iOS Simulator" but it never connects and it stops.
Figured out my app was supporting both 32 and 64 bit.But iPhone x simulator lets an app install only if it supports 64 bit
Answers
@DuraiH I can tell you that I am running the same version of VS for Mac and the project I am currently working on and a brand new single view app are both running fine on the iPhone X simulator.
Make sure all simulators are exited and try again. Does the simulator launch?
Figured out my app was supporting both 32 and 64 bit.But iPhone x simulator lets an app install only if it supports 64 bit