Open AkihiroSuda opened 1 day ago
HI @AkihiroSuda, We will look into the issue and keep you posted with updates.
Hi @AkihiroSuda, The error is coming because of Xcode CLT was updated from 16.0 to 16.1.
To find the macOS 15 arm64 SDKs, we need to select the xcode version as 16.1. Please find the code below. Our readme file is in accordance with the below:
- name: Get SDKs
run: |
sudo xcode-select -s /Applications/Xcode_16.1.app/Contents/Developer
xcodebuild -showsdks
- name: SDK
run : xcrun --show-sdk-version
Output:
Hope this resolves issue ! Please free to reach out if any further questions.
Thanks, is there any intentional reason that 16.1 isn't selected by default?
Thanks, is there any intentional reason that 16.1 isn't selected by default?
Yes, we leave it to the users. Switching the default version on our side does not make much sense - each user is free to choose the version of Xcode
they need. We usually do this either upon request (usually due to some very global issues in a specific release) or after the release of new minor versions is completed (for example, for version 15.4
).
Description
xcrun --show-sdk-version
began to fail inmacos-15-arm64/20241118.362
: https://github.com/lima-vm/lima/actions/runs/11926090231/job/33239305288No error in 20241022.250. https://github.com/lima-vm/lima/actions/runs/11924369458/job/33234574412
Platforms affected
Runner images affected
Image version and build link
https://github.com/actions/runner-images/releases/tag/macos-15-arm64%2F20241118.362
https://github.com/lima-vm/lima/actions/runs/11926090231/job/33239305288
Is it regression?
Yes
Expected behavior
xcrun --show-sdk-version
should successfully print the SDK versionActual behavior
xcrun --show-sdk-version
fails as above.Repro steps
xcrun --show-sdk-version