Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is Xcode located on the hard drive?

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.

like image 695
Natasha Avatar asked Jul 16 '09 07:07

Natasha


People also ask

Where is Xcode installed on my Mac?

In Finder, select the Go pull-down menu, and select Applications. Or just use the short-cut key Command-Shift-A while Finder is active. This should open a new Finder window, showing all the Applications installed on your machine. Look for the XCode icon in the Applications folder.

How do I completely remove Xcode from my Mac?

The first step to uninstalling Xcode from your Mac (and deleting its residual files) is to move the app itself to the macOS Bin. Launch Finder and click Applications on the right sidebar. Right-click on the Xcode icon and select Move to Bin on the context menu. That will immediately uninstall Xcode from your Mac.

Is Xcode on my Mac?

Xcode only runs on a mac. If you are on a PC, sadly you won't be able to use Xcode. You'll need a good, stable internet connection. The latest version is around 8 gigabytes in size.

How many GB is Xcode on Mac?

How much space does Xcode need? On the App Store page for Xcode, it lists the size of Xcode 12.5 as 11.7GB.


4 Answers

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

like image 140
Brock Woolf Avatar answered Oct 05 '22 13:10

Brock Woolf


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

like image 33
Igal Tabachnik Avatar answered Oct 05 '22 12:10

Igal Tabachnik


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.

like image 36
dertoni Avatar answered Oct 05 '22 12:10

dertoni


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…

like image 45
John Y Avatar answered Oct 05 '22 13:10

John Y