VJ Vélan Solutions
VJ Vélan Solutions

Reputation: 6564

Can't see Xcode after Installer says "Successfully Installed"

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.

Upvotes: 2

Views: 6564

Answers (1)

Mark Granoff
Mark Granoff

Reputation: 16938

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?!"

Upvotes: 13

Related Questions