0
votes

Hi my IOS simulator was working fine with Visual Studio 2017 until recent XCode update and License agreement. I started to run my xamarin app from Visual studio 2017, it showed me error - "xcode license must be accepted in order to be connected". I started my xcode and accepted my licence. iOS simulator 10.3 version got updated to iOS 11. When i try to run my application, IOS simulator starts but doesn't launch fully.

I am running my app from Windows machine VS2017- connected mac server agent. Do i need to do any more update?

1
Have you updated VS to the latest VS2017 with Xamarin.iOS 11.0.0.0? - Kevin Li
The answers here should help as its caused by the same issue: stackoverflow.com/questions/33362586/… - Christo Nel

1 Answers

1
votes

Try this:

  • Go to Xcode -> Preferences -> Location
  • Check if "Command Line Tool" set
  • Run sudo xcodebuild -license in terminal
  • Follow the instructions to accept the license.
  • Reopen Visual Studio and you should be able to connect to your Mac without anymore issues!