where I can find the iphone simulator for launching xamarin IOS Application

10,412

Solution 1

It was the Issue of xcode version.I have updated the version Now ots working fine.Thanks JAL.

Solution 2

Does it find XCode in the right location? Check by clicking Xamarin Studio>Preferences>SDK Locations>Apple. If the Apple SDK was not found, you can manually specify XCode location path.

Solution 3

I had this problem because I was trying to create and use an iOS project using the "Unified API." I suggest not using this and sticking with the "Classic API." The former does not work (it won't build) if you want to use the simulator rather than a real device.

Share:
10,412
coolhimanshu
Author by

coolhimanshu

working in laitkor info solution Pvt Ltd as a software engineer and have experience 1.5 years.

Updated on June 04, 2022

Comments

  • coolhimanshu
    coolhimanshu almost 2 years

    I am pulling my hair on this Issue . Actually I am developing first time IOS Application with the help of xamarin. I am creating this Application on MAC. The Hello world Application has been Created. I have take Referenced from Xamarin Hello World Tutorial . But I have not getting the IOS Simulator Option in devices drop down. It have only two option ,Ios Device and Default.For the simulator ,Is There need any Installation or something else.Please help me and any help will be Appreciated.

  • coolhimanshu
    coolhimanshu about 10 years
    I am getting the above screen ,but in the dropdown only two option are appearing as I have mentioned above.
  • bcr
    bcr over 9 years
    I have the same problem as the OP, using Xamarin Studio on the Mac. If I open one of the Xamarin sample projects (I've tried two) I have various iPhoneSimulator configurations available, but for my projects I create newly in Xamarin Studio, only "iOS Device" and "Default" are shown, and "Default" cannot be selected. It always goes to the iOS Device value, and it won't build because I have no devices attached. I need to use the simulator. The build configuration settings are completely fine in my new projects; there are iPhoneSimulator configurations available. Just can't select them.