Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xamarin "xcodebuild output not as expected"

I'm trying to get Xamarin.UITests working for an iOS project and I keep getting this error:

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

If anybody has any idea how to continue debugging this, please let me know.

like image 203
aradmargalit Avatar asked May 15 '17 23:05

aradmargalit


1 Answers

For those struggling with the same issue: My problem was that XCode tools could not be located. How to fix:

  1. Open XCode > Preferences > Location > XCodeTools
  2. Select XCode from the "Command Line Tools" drop down. screenshot here
like image 149
aradmargalit Avatar answered Nov 15 '22 09:11

aradmargalit