How to specify your Xcode version on Azure Pipelines

Xavier Jouvenot
3 min readDec 15, 2021

Hello ! I’m Xavier Jouvenot and in this small post, I am going to explain how to specify your Xcode version on Azure Pipelines.

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

Problematic

If you have CI/CD processes or if you want to create some for your project, then it may be wise to make sure that you can always compile your project using the same version of Xcode as the one you are using on your machine, or the one used by your…

--

--