Xcode 不在应用程序文件夹中

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4236989/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 19:56:22  来源:igfitidea点击:

Xcode not in the Applications folder

xcode

提问by Adam Jones

I have installed xcode on my mac but I am annoyed that I have use Finder to track down the executable every time I want to run it (or User Interface Builder). I have read that it is supposed to show up in the Applications folder under Development but there is no such folder. Is there any way I can get xcode and its associated applications to appear in the Applications folder so its more convenient to use?

我已经在我的 mac 上安装了 xcode,但我很恼火,每次我想运行它(或用户界面生成器)时,我都使用 Finder 来跟踪可执行文件。我读过它应该显示在 Development 下的 Applications 文件夹中,但没有这样的文件夹。有什么办法可以让 xcode 及其关联的应用程序出现在 Applications 文件夹中,以便使用起来更方便?

采纳答案by Auron

Sure, open the /Developerdirectory in Finder and right click on the Applicationsfolder. Choose the 'Make alias'option. An alias is created named Applications alias. Change the aliased folder's name to the one that most fits to you e.g. "XCode". Now, copy this alias into your /Applicationsdirectory. There you are.

当然,/Developer在 Finder 中打开目录并右键单击该Applications文件夹。选择“制作别名”选项。创建了一个名为 的别名Applications alias。将别名文件夹的名称更改为最适合您的名称,例如“XCode”。现在,将此别名复制到您的/Applications目录中。你在这。

回答by Nikita Jain

We can drag/paste the Xcode.app directly into Applications folder

我们可以将 Xcode.app 直接拖/粘贴到 Applications 文件夹中