Nursultan Yelemessov
Nursultan Yelemessov

Reputation: 159

Xcode older version installation

Can I download and run a 12.4 Xcode version if I have been installed already with an Xcode 13 version.

if yes, what's the safest way to do so?

Upvotes: 1

Views: 3810

Answers (2)

Asperi
Asperi

Reputation: 257789

Can I download and run a 12.4 Xcode version if I have been installed already with an Xcode 13 version.

Yes, you can. Just download and unpack into different folder (or with different name). Every Xcode Version is standalone and contains everything needed within own bundle.

Renaming is optional - only if you want to place it aside with other Xcode version into same folder. Just download, unpack, and run - that's it.

Upvotes: 1

Jok3r
Jok3r

Reputation: 496

you can download it from here

once you download it you will have two Xcode's , with different versions.

Upvotes: 1

Related Questions