0

I'd like to run appium to do automated tests of my app. For that I need to run some commands using command line tools. It's my first time trying to do that.

If I go to preferences > downloads > "command line tools" show up as "installed"

But where do I open it? I checked XCode > Open Developer Tool - it's not there. A hint or a link would be appreciated.

kgdesouz
  • 1,966
  • 3
  • 16
  • 21
Au Ris
  • 4,541
  • 2
  • 26
  • 53

1 Answers1

0

It is not a graphical program; its run from the command line. Typically, they are installed in /usr/bin.

For information on how to install it, try here on SO.

To get the various list of tools that are installed, see here.

Community
  • 1
  • 1
kgdesouz
  • 1,966
  • 3
  • 16
  • 21