Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[macOS] Default Xcode on Big Sur image will be set to Xcode 13.2.1 on January, 24 #4800

Closed
1 of 7 tasks
miketimofeev opened this issue Dec 23, 2021 · 5 comments
Closed
1 of 7 tasks

Comments

@miketimofeev
Copy link
Contributor

miketimofeev commented Dec 23, 2021

Breaking changes

Default Xcode will be changed to 13.2.1 on macOS 11 Big Sur.

Target date

Update propagation will start on January, 24 and will take 2-3 days.

The motivation for the changes

We would like to provide images with the latest stable updates as default ones.

Possible impact

If you use the default Xcode version and your project is not compatible with Xcode 13.1 your build can be broken.

Virtual environments affected

  • Ubuntu 18.04
  • Ubuntu 20.04
  • macOS 10.15
  • macOS 11
  • Windows Server 2016
  • Windows Server 2019
  • Windows Server 2022

Mitigation ways

Please consider switching Xcode in runtime to the version that you need to build an app.
The following snippet can be used to switch Xcode:

sudo xcode-select -s "/Applications/Xcode_13.1.app"

The list of all available Xcode versions can be found in the image documentation

@bhargavas12
Copy link

is this rolled out ?

@miketimofeev
Copy link
Contributor Author

@bhargavas12 the rollout is starting tomorrow

@Keki91
Copy link

Keki91 commented Jan 27, 2022

Has this been fully rolled out? I'm getting inconsistent runs where some get 13.1 and some get 13.2.1 which is causing build failures due to different SDK's being available for iOS 15.0 and 15.2.

@miketimofeev
Copy link
Contributor Author

@Keki91 unfortunately, not yet. I'll let you know once it's finished

@miketimofeev
Copy link
Contributor Author

@Keki91 the deployment is completed. Please contact us if you still observe the issue.

@miketimofeev miketimofeev removed the awaiting-deployment Code complete; awaiting deployment and/or deployment in progress label Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants