安装程序显示“已成功安装”后看不到 Xcode
我的 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)
一切都很好。但出于某种原因我必须安装 4.1 雪豹版本(Mac Mini 运行的是 MAC OS X 10.6.8)。
因此,我使用以下命令删除了 Xcode 4.2 版本 -
sudo /Developer/Library/uninstall-devtools --mode=all
然后安装了 4.1 版本。安装程序表示已成功完成安装。
但是,我无法在默认的 /Developer/Applications 或 /Developer 位置找到 Xcode.app。
我从根位置开始在硬盘上对 Xcode.app 进行了完整搜索。仍然没有运气 -
find / -name "Xcode.app"
有人可以告诉我我在这里缺少什么吗?
谢谢。
I had the following version of Xcode on my MAC mimi -
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.
So, i removed the Xcode 4.2 ver using the following command -
sudo /Developer/Library/uninstall-devtools --mode=all
And then installed the 4.1 version. The installer program said it's completed the installation successfully.
But, I am unable to find the Xcode.app either at the default /Developer/Applications or /Developer locations.
I did a complete search for Xcode.app on my hard drive starting from root location. Still no luck -
find / -name "Xcode.app"
Can someone tell me what im missing here pls?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
寻找一个名为“Install Xcode”的应用程序。运行that来安装Xcode,如果你找到它并且你认为这就是安装的,事实上。
这个新的“元安装”是最近才出现的,我不得不四处寻找这个“安装 Xcode”应用程序,因为我有同样的经历:“Xcode 在哪里?!”
Look for an app called "Install Xcode". Run that to install Xcode, if you find it and you think that is what was installed, in fact.
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?!"