-
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Double installation Swift 6 #3376
Labels
Comments
I guess that happened by that PR: |
you've told mise to install swift@6.0 |
I didn't do that, only if some dependencies do that. ~/Workspace/app-ios/.mise.toml
~/Workspace/app-ios/.swift-version:
hm, I guess it happened because I have that file. We used .swift-version for swiftormat, can I ignore that file for mise? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
After upgrade to the last version of mise (
v2024.12.0
), it tried to install swif 6, but it's already installed by Xcode 16.On version export v2024.11.29
To Reproduce
Upgrade to last mise version (
v2024.12.0
)Create in folder file: .mise.toml with content:
and use mise install.
Expected behavior
Do not install swift 6 if it's already installed by Xcode 16.
mise doctor
outputThe text was updated successfully, but these errors were encountered: