My device doesn't appear on Katalon

am starting katalon on Mac OS
1- First i downloaded katalon version 5.3.0
2- Xcode 9.2

and already finished all steps on

https://docs.katalon.com/katalon-studio/tutorials/set_up_mobile_automation_project_macos.html#setup-prerequisites

but in steps number 10 i can’t proceed on it

xcodebuild -project WebDriverAgent.xcodeproj -scheme WebDriverAgentRunner -destination ‘id=’ test

when i run this command there is error appear

error: tool ‘xcodebuild’ requires Xcode, but active developer directory ‘/Library/Developer/CommandLineTools’ is a command line tools instance

Hi @marian_magdy,

It sounds like Xcode might not be installed correctly. Can you try installing either:

Xcode 9.4.1: https://download.developer.apple.com/Developer_Tools/Xcode_9.4.1/Xcode_9.4.1.xip

or

Xcode 10.1: https://download.developer.apple.com/Developer_Tools/Xcode_10.1/Xcode_10.1.xip

I would also recommend Katalon Studio version 5.10.1: https://github.com/katalon-studio/katalon-studio/releases/tag/v5.10.1

Once those are installed, can you try to run from the Terminal:

xcode-select -p

You should see something like /Applications/Xcode.app/Contents/Developer assuming that you installed Xcode at /Applications/Xcode.app

Hope this helps,

Chris