-
Notifications
You must be signed in to change notification settings - Fork 3.3k
macOS 20250331.1175
fails to run mdls
#11921
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
Comments
Hi @NachoSoto We will look into the issue and keep you posted on updates. Thanks. |
Hi @NachoSoto , Can you please try using https://github.com/maxim-lobanov/setup-xcode , if you are unable to use it directly, simply try below:
Output: ![]() Please do let me know if this works for you. Thank you! |
Heads up ! ![]() ![]() ![]() @NachoSoto, Could you please check and do let us know if issue is resolved? Thanks. |
Hi @NachoSoto , |
Description
We use https://github.com/mxcl/xcodebuild for Xcode support, which uses
mdls
andmdfind
to find Xcode versions.I opened mxcl/xcodebuild#124 to report this there too:
mdfind kMDItemCFBundleIdentifier = com.apple.dt.Xcode
andmdls -raw -name kMDItemVersion /Applications/Xcode_16.2.app
both fail on the latest image, breaking that action completely.Platforms affected
Runner images affected
Image version and build link
20250331.1175
Is it regression?
Yes,
20250124.610
was workingExpected behavior
mdfind
andmdls
workActual behavior
Both commands fail.
Repro steps
Use https://github.com/mxcl/xcodebuild and run:
The text was updated successfully, but these errors were encountered: