简体   繁体   English

xCode命令行工具已安装,但不可见

[英]xCode command line tools installed, but not visible

I'd like to run appium to do automated tests of my app. 我想运行appium对我的应用程序进行自动化测试。 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" 如果我转到“ preferences > downloads > "command line tools"显示为“已安装”

But where do I open it? 但是我在哪里打开呢? I checked XCode > Open Developer Tool - it's not there. 我检查了XCode > Open Developer Tool它不存在。 A hint or a link would be appreciated. 提示或链接将不胜感激。

It is not a graphical program; 它不是图形程序。 its run from the command line . 其从所述命令行运行。 Typically, they are installed in /usr/bin . 通常,它们安装在/usr/bin

For information on how to install it, try here on SO . 有关如何安装的信息,请在此处尝试SO

To get the various list of tools that are installed, see here . 要获取各种已安装工具的列表,请参见此处

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM