Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 806
coolhimanshu Avatar asked Mar 21 '14 11:03

coolhimanshu


2 Answers

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.

like image 133
Alexandra Avatar answered Nov 15 '22 04:11

Alexandra


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.

like image 33
bcr Avatar answered Nov 15 '22 03:11

bcr