Ios designer macro agent unavailable

Hi, I am using the visual studio 2015 community to create an ios app. I get this error all the time since the ios developer core is not available. I am using 64-bit win-7 OS. enter image description here

+8
visual-studio xamarin
source share
1 answer

You must have a Mac paired with Windows to use iOS Designer.

Xamarin.iOS requirements:

  • Windows 7 or higher.
  • Visual Studio 2012 Professional or higher.
  • Xamarin for Visual Studio.

  • The Mac runs OS X Yosemite (10.10) or higher (although we recommend the latest stable version).

  • Xamarin iOS SDK.
  • Xcode Apples (7+) IDE and iOS SDK (we recommend the latest version from the App Store).

A Windows computer must have access to a Mac through a network.

Xamarin.iOS for Visual Studio performs an amazing feat: it allows you to create, create and debug iOS applications on a Windows computer using the Visual Studio development environment. He cannot do this alone - iOS applications cannot be created without the Apple compiler, and they cannot be deployed without Apple certificates and code signing tools. This means that to complete these tasks, your installation of Xamarin.iOS for Visual Studio requires a connection to a Mac OS X network computer. After configuration, the Xamarins tools will make the process as seamless as possible.

Link: https://developer.xamarin.com/guides/ios/getting_started/installation/windows/#System_Requirement

+4
source share

All Articles