-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Xcode 12.2 doesn't include 10.15 SDK, causing builds to fail #2218
Labels
Area: Apple
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
Comments
github-actions
bot
added
Area: Apple
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
labels
Dec 8, 2020
Here's the Xcode version that's failing (on the pipeline):
And here's the list of known SDKs:
The same commands after using
And:
|
Hello, @jdv85 If you still need to use Xcode 12.0:
or specifyPath for the task: Duplicate: #2211 |
7 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: Apple
investigate
Collect additional information, like space on disk, other tool incompatibilities etc.
Description
In #2177 the default Xcode version was updated from 12.0.1 to 12.2. Unfortunately, Xcode 12.2 doesn't include the macOS 10.15 SDK. So now we need to manually select the Xcode version in order to build software targeting macOS 10.15 with the
macos-10.15
image.Area for Triage: Apple
Question, Bug, or Feature?: Bug
Virtual environments affected
Expected behavior
The macos-10.15 image should be able to build software targetting macOS 10.15 using Xcode without manually setting the Xcode version.
Actual behavior
Builds are failing because Xcode 12.2 does not know the macOS 10.15 SDK.
Repro steps
In a pipeline job using the
macos-10.15
image, add an Xcode task like this:The text was updated successfully, but these errors were encountered: