Skip to main content

xcodebuild

Abra Desktop requires xcodebuild. Xcodebuild is a command-line tool used for executing automated tests on iOS devices and simulators.

Validation

Open the Terminal and run:

xcrun --find xcodebuild

Success

Example of valid path:

/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild

Error

zsh: command not found: xcrun

Please install Xcode

xcrun: error: unable to find utility "xcodebuild"

Please install Xcode