-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
xcrun error in MacOS14 #9811
Comments
Hey @hovancik, thanks for reporting, we will take a look |
Hello @hovancik, during the investigation we have found if change the xcode command line tools path to the default one we can retrieve the SDK version. |
@Alexey-Ayupov that seems to work fine, and also seems to fix my real-world application where |
Great, glad to hear that. If you have any other questions feel free to reach us. |
Description
Hi, I am not able to run
xcrun --show-sdk-version
with macOS 14. I've created simple repro here: https://github.com/hovancik/xcrun-issue-repoPlatforms affected
Runner images affected
Image version and build link
Version: 20240422.3
https://github.com/hovancik/xcrun-issue-repo/actions/runs/9001515302/job/24727916139
Is it regression?
Works on macOS13 https://github.com/hovancik/xcrun-issue-repo/actions/runs/9001515302/job/24727915857
Expected behavior
xcrun --show-sdk-version
worksActual behavior
xcrun --show-sdk-version
errorsRepro steps
try running
xcrun --show-sdk-version
The text was updated successfully, but these errors were encountered: