up vote 7 down vote favorite
1
share [g+] share [fb]

I have looked everywhere but couldn't find it anywhere. I installed it successfully but I don't know where it is installed. Shouldn't it show up at the "start menu"?

I know how to use pc, but this is my new mac mini and I searched the web for tutorials and basic info which doesn't seem to be easily found.

Thank you.

link|improve this question
feedback

protected by Bo Persson Sep 9 '11 at 15:16

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

4 Answers

up vote 13 down vote accepted

Xcode and the rest of the Apple Developer tools get installed to /Developer

Simply open the Finder (Mac face in bottom left of the Dock) and Choose:

Macintosh HD/Developer/Applications/Xcode.app

alt text

link|improve this answer
Thank you. But how do I go there? When you I go mac hd > applications, I don't see xcode there. It's really frustrating. – Natasha Jul 16 '09 at 7:52
1  
I didn't say Mac HD > Applications. I said Mac HD / Developer / Applications. I added a pic to make it more clear. – Brock Woolf Jul 16 '09 at 7:57
Thank you. It really worked. – Natasha Jul 16 '09 at 7:58
1  
Sure, No problem :) – Brock Woolf Jul 16 '09 at 7:59
Thank you, I posted my first comment before you added more info. – Natasha Jul 16 '09 at 7:59
feedback

Use Spotlight, and just type xcode. You will see it.

link|improve this answer
2  
I never use anything else to launch apps anymore... spotlight is THE thing – David Rodríguez - dribeas Jul 16 '09 at 8:01
feedback

I think it installs somewhere under /Developer or something like that... But you can always use Spotlight to find and start it:

Press Command-Key (the one next to Space with the funny sign) + Space and type xcode. Press enter and it should start.

link|improve this answer
Thank you. Is the command key, windows key on pc keyboard? I don't have a mac keyboard. – Natasha Jul 16 '09 at 7:57
Yes, command usually maps to the Windows key. – Chuck Jul 16 '09 at 8:00
Thank you. Spotlight seems to be a good way to run things. – Natasha Jul 16 '09 at 8:03
feedback

You might also consider installing Quicksilver, LaunchBar, or Butler — all three are quick-launchers which allow you to press something like Ctrl-Space and type an abbreviation of the app name, so entering 'xc' will get you XCode.

It's the same as you're getting with Spotlight, but you can do other useful things that Spotlight doesn't make so easy: if you've entered an abbreviation for a document, for example, you can hit Tab and enter the abbreviation for the app you want to open it with.

Quicksilver and Butler are free; LaunchBar costs money. Butler has the best icon, IMHO :)

Unfortunately I can't give you direct links as my reputation's too low and I'm not allowed more than one — but you can find them all by searching at http://macupdate.com

link|improve this answer
2  
QuickSilver doesn't index /Developer by default. It's quite a pain to set this up if you're not familiar with the folders in the first place. – rein Jul 16 '09 at 9:50
QuickSilver: blacktree.com Butler: manytricks.com/butler LaunchBar: obdev.at/products/launchbar/index.html and +1 to help with the rep ;-) – dertoni Jul 16 '09 at 11:57
To get QuickSilver to index Xcode, go to "Catalog" in Quicksilver and check the "Find All Applications" – Ronnie Liew Oct 28 '09 at 8:09
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.