Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin deploy to iPhone directly from Visual Studio

The docs from Xamarin aren't explicit as to where an iOS device needs to be attached. I'm using VS to build a Xamarin app through a remote Mac Builder (connected via VPN) but my iphone is attached to my PC with Visual Studio. Its completely unclear as to whether or not you can deploy a compiled to from the PC you're running Visual Studio on or whether the iOS device needs to be USB'd to the remote Mac running the build.

Any pointers would be helpful.

like image 611
frigon Avatar asked Sep 29 '15 17:09

frigon


1 Answers

Your iPhone needs to be connected to the OS-X Host:

enter image description here

http://developer.xamarin.com/guides/ios/getting_started/installation/windows/

like image 196
SushiHangover Avatar answered Oct 20 '22 17:10

SushiHangover