How to develop iOS app using Xamarin Studio on Windows?

后端 未结 7 1489
故里飘歌
故里飘歌 2020-12-15 05:18

I\'m evaluating a Xamarin Studio indie license which does not include VS integration - Correct me if I am wrong. But I want to know if it\'s possible to use Xamarin Studio t

7条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-15 05:41

    We can use xamarin studio in Mac OS only. If you want to use xamarin in windows you need to download xamarin plug in to visual studio from xamarin.com. Also you must need Mac Os as virtually running on windows for debugging and seeing output. User interface design should only performs on Mac OS Xcode SDK. So only we need Mac OS virtual machine on windows. In visual Studio IOS project file having .xib file (i.e) Xcode Interface builder, in that file only we need to design user interface configurations using xcode on Mac OS.

提交回复
热议问题