We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Up until some time from now, macos-11 was having Xcode 12.5.1 installed. This is also stated in the Xcode section in the README.
macos-11
But some days ago we started seeing this error message: Cannot find an installed Xcode satisfying '~> 12.5.1'
Cannot find an installed Xcode satisfying '~> 12.5.1'
After adding some logs, I can see that there are only 2 Xcode available, out of the 6 that are listed in the README
Run mdfind "kMDItemCFBundleIdentifier = 'com.apple.dt.Xcode'" /Applications/Xcode_13.2.1.app /Applications/Xcode_13.0.app
2.296.0
Yes
All the Xcode versions listed in the README should be available in the image
Only Xcode 13.2.1 and 13.0 are available
Just try to use 12.5.1 in macos-11
The text was updated successfully, but these errors were encountered:
@polqf, hey.
It works as expected. To set up Xcode version I use the ctions/setup-xcode-version task:
If you use xcversion to detect Xcode there is a bug - xcpretty/xcode-install#465
Sorry, something went wrong.
close as external xcpretty/xcode-install#204
No branches or pull requests
Description
Up until some time from now,
macos-11
was having Xcode 12.5.1 installed. This is also stated in the Xcode section in the README.But some days ago we started seeing this error message:
Cannot find an installed Xcode satisfying '~> 12.5.1'
After adding some logs, I can see that there are only 2 Xcode available, out of the 6 that are listed in the README
Platforms affected
Virtual environments affected
Image version and build link
2.296.0
Is it regression?
Yes
Expected behavior
All the Xcode versions listed in the README should be available in the image
Actual behavior
Only Xcode 13.2.1 and 13.0 are available
Repro steps
Just try to use 12.5.1 in macos-11
The text was updated successfully, but these errors were encountered: