Xamarin "xcodebuild does not display as expected"

I am trying to get Xamarin.UITests to work in an iOS project and I keep getting this error:

SetUp : Calabash.XDB.Core.Exceptions.ExternalProcessException : xcodebuild output not as expected

If anyone knows how to continue debugging, let me know.

+4
source share
1 answer

For those struggling with the same problem: My problem was that the Xcode tools could not be found. How to fix:

  • Open Xcode> Settings> Location> XCodeTools
  • Select Xcode from the Command Line Tools drop-down list. screen shot here
+4
source

Source: https://habr.com/ru/post/1677211/


All Articles