Where is Xcode 4.3.2 installed?

I downloaded xcode_432_lion.dmg from the iOS developer site. I double-clicked it and went through the installer. It seems to mount the .dmg file as a volume. Xcode.app is accessible from a virtual device. Has anyone else seen this behavior? How to run Xcode from a regular device on the hard drive? All this is very confusing to me, and I have not seen a single installation guide.

enter image description here

Thank.

+3
source share
2 answers

Well, here is the answer for others like me. To install Xcode 4.3.2, double-click the .dmg file. Then drag the Xcode icon and place it somewhere on the hard drive, preferably in the / Applications folder.

What I did before was doing Xcode directly from the .dmg file (which is mounted as an OS X device).

+3
source

Check your home directory, there should be a folder named Developer where Xcode is installed.

0
source

All Articles