Whoami
Whoami

Reputation: 14428

How to upgrade Xcode 3.1.2 to Xcode 4.4.3

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

Answers (4)

Whoami
Whoami

Reputation: 14428

I managed to remove and reinstalled somehow.. :(

Upvotes: 0

Jim
Jim

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

Mrunal
Mrunal

Reputation: 14128

If you have both the version installed in your mac. Then do one easy thing mentioned in below image

enter image description here

Enjoy Coding :)

Upvotes: 0

Bogdan Andresyuk
Bogdan Andresyuk

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

Related Questions