Reputation: 101
I am a new user to xamarin. I installed Xamarin.IOS on visual studio. When i create a new project and want to build it, vs says that you should select a "mac build host". Is it necessary for building ios application? May I do that in a simulator? because I don't have a Mac machine. Thank you very much.
Upvotes: 5
Views: 7140
Reputation: 157
If you are completely refused any idea of buying Mac here the solution. In my case I use next tools:
General advice is to use latest versions and updates of all tools.
Upvotes: 3
Reputation: 2198
Regarding this topic I've tried many approaches. I spent too many hours trying to install hackintosh on a VM on my MS Windows 10 system... I tried a lot of receipts... I could install it free times but I couldn't reboot it none of the tries. @#£%&!!!!
Before this anoying "R&D" I searched for a cheap second hand Mac and I also searched after but without getting good results...
Today I want to share my next step with you all before starting with it because I guess (I hope indeed) is going to be the solution for my next 4-6 months to do iOS developments with xamarin using VS on a Windows machine without owning a Mac, use a Mac hosting already prepared for dev purposes:
https://www.macincloud.com/checkout/managed.html
Upvotes: 2
Reputation: 87
For setting up Xamarin iOS with Windows and Visual Studio, you'll need to have MAC to run / test the application in the simulator.
Please review the limitation here http://developer.xamarin.com/guides/ios/getting_started/installation/windows/
You can either install MAC OS X in your windows PC using VM Ware and setup MAC OS
Upvotes: 1
Reputation: 89072
You must have a Mac to act either as a build host or your primary development machine in order to build an iOS app. The iOS build process relies on the Apple iOS SDK and tools that are ONLY available from Apple on OS X.
Upvotes: 3