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 will be set to Xcode 12.4 on February, 22 #2685

Closed
2 of 9 tasks
AlenaSviridenko opened this issue Feb 11, 2021 · 3 comments
Closed
2 of 9 tasks

Comments

@AlenaSviridenko
Copy link
Contributor

Breaking changes
Default Xcode will be changed to 12.4, and default Xamarin bundle will be changed to 6_12_6 which includes Xamarin.iOS 14.10, Xamarin.Android 11.1, Xamarin.Mac 7.4, Mono 6.12

Target date
Update propagation will start on February, 22 and will take 2-3 days.

The motivation for the changes
We would like to provide images with the latest stable updates as a default ones.

Possible impact
If you use default Xcode version and your project is not compatible with Xcode 12.4 your build can be broken.

Virtual environments affected

  • Ubuntu 16.04
  • Ubuntu 18.04
  • Ubuntu 20.04
  • macOS 10.13
  • macOS 10.14
  • macOS 10.15
  • macOS 11.0
  • Windows Server 2016 R2
  • Windows Server 2019

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

sudo xcode-select -s "/Applications/Xcode_12.3.app"

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

@LeonidLapshin LeonidLapshin self-assigned this Feb 18, 2021
@miketimofeev miketimofeev self-assigned this Feb 18, 2021
@miketimofeev miketimofeev added the awaiting-deployment Code complete; awaiting deployment and/or deployment in progress label Feb 18, 2021
@dgonzalezp
Copy link

Hi, is AppTrackingTransparency going to be included in this release?

Even forcing Xcode 12.4 if would say

AppDelegate.cs(89,26): error CS0103: The name 'AppTrackingTransparency' does not exist in the current context.

Thanks in advance

@dgonzalezp
Copy link

Nevermind, found the solution here #1826

Thanks!

@miketimofeev
Copy link
Contributor

The image with the default Xcode 12.4 has been deployed

@miketimofeev miketimofeev removed the awaiting-deployment Code complete; awaiting deployment and/or deployment in progress label Feb 26, 2021
thezoggy referenced this issue in sabnzbd/sabnzbd Feb 27, 2021
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

4 participants