Reputation: 14428
New to iOS, Have downloadex xcode 4.3.3 ie: xcode_4.3.3_for_lion.dmg, already the Xcode is present in this machine of the version 3.1.2 [ which i get from spotlight].
Question: If i want new Xcode 4.3.3, then all i need to double click on xcode_4.3.3_for_lion.dmg, and then click on Xcode.
How can i make Xcode 4.3.3 is a default version, and remove the old 3.1.2 version?.
Upvotes: 0
Views: 1344
Reputation: 73966
Forget about the manual download. Open the Mac App Store, install Xcode from there. When you run it for the first time, it should prompt you to remove the old version.
Upvotes: 2
Reputation: 14128
If you have both the version installed in your mac. Then do one easy thing mentioned in below image
Enjoy Coding :)
Upvotes: 0
Reputation: 523
Before installation of Xcode 4 open terminal
sudo /Developer/Library/uninstall-devtools --mode=all
This will uninstall Xcode 3. Then you can install Xcode 4 as always
Upvotes: 2