安装程序说“已成功安装”后看不到 Xcode
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/7519309/
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
Can't see Xcode after Installer says "Successfully Installed"
提问by VJ Vélan Solutions
I had the following version of Xcode on my MAC mimi -
我的 MAC mimi 上有以下版本的 Xcode -
Version: 4.2 (4C128)
Location: /Developer
Applications:
Xcode: 4.2 (821)
Instruments: 4.2 (4209)
Dashcode: 3.0.2 (335)
SDKs:
Mac OS X:
10.6: (4C128)
iPhone OS:
5.0: (9A5259f)
iPhone Simulator:
3.2: (7W367a)
4.0: (8A400)
4.1: (8B117)
4.2: (8C134)
4.3: (8H7)
5.0: (9A5259f)
Everything was fine. But i had to install 4.1 snow-leopard ver (Mac Mini is running MAC OS X 10.6.8) for some reason.
一切都很好。但出于某种原因,我不得不安装 4.1 雪豹版(Mac Mini 运行的是 MAC OS X 10.6.8)。
So, i removed the Xcode 4.2 ver using the following command -
因此,我使用以下命令删除了 Xcode 4.2 版本 -
sudo /Developer/Library/uninstall-devtools --mode=all
And then installed the 4.1 version. The installer program said it's completed the installation successfully.
然后安装了4.1版本。安装程序说它已成功完成安装。
But, I am unable to find the Xcode.app either at the default /Developer/Applications or /Developer locations.
但是,我无法在默认的 /Developer/Applications 或 /Developer 位置找到 Xcode.app。
I did a complete search for Xcode.app on my hard drive starting from root location. Still no luck -
我在我的硬盘驱动器上从根位置开始完整搜索 Xcode.app。仍然没有运气 -
find / -name "Xcode.app"
Can someone tell me what im missing here pls?
有人可以告诉我我在这里缺少什么吗?
Thanks.
谢谢。
回答by Mark Granoff
Look for an app called "Install Xcode". Run thatto install Xcode, if you find it and you think that is what was installed, in fact.
寻找一个名为“安装 Xcode”的应用程序。运行它来安装 Xcode,如果你找到它并且你认为这就是安装的东西,事实上。
This new "meta install" appeared semi-recently, and I had to search around to find this "Install Xcode" app because I had the same experience: "Where's Xcode?!"
这个新的“元安装”是最近出现的,我不得不四处搜索才能找到这个“安装 Xcode”应用程序,因为我有同样的经历:“Xcode 在哪里?!”