How to switch between 2 versions of Xcode installed on your computer

Xavier Jouvenot
2 min readDec 8, 2021

Hello ! I’m Xavier Jouvenot and in this small post, I am going to explain how to switch between 2 versions of Xcode installed on your computer.

Self promotion: You can find other articles on computer science and programming on my website 😉

Problematic

Recently, I have been working on several projects using different versions of Xcode to be compiled. Since those projects are using CMake to generate the Xcode solution and that I want to compile without…

--

--