Skip to content

How to set the version of XCode

Heyramb Narayan Goyal edited this page Aug 26, 2023 · 1 revision

To set the XCode version on Azure pipelines, you can run this script (Thanks to Cteq3132)

- script: |
  sudo xcode-select -s /Applications/Xcode_14.3.app
  displayName: Use Xcode version 14.3

Read this comment

Clone this wiki locally