Cannot Deploy Xamarin Forms iOS App on Real device for Debugging on Windows

813 Views Asked by At

I am not able to deploy Xamarin iOS app on Real Device. Here is my Visual Studio Details enter image description here

Getting the Following Log in Output window enter image description here

I have gone through every possible solution but no luck.

  1. Creating New Certificate and Provisioning profle
  2. Using Automatic Provisioning profile
  3. Clearing all Cache

Nothing seems working

2

There are 2 best solutions below

0
Ben Butterworth On

To build for Xamarin.iOS, you need Xcode, and therefore you need macOS. From Xamarin.iOS Installation guide:

To build for Xamarin.iOS, the following are required:

  • the latest version of Visual Studio
  • the latest iOS SDK
  • the latest version of Xcode
  • the minimum version of macOS required by Xcode
1
Wen xu Li On