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
The script doesn't run in macOS Big Sur Version 11.1 Getting the below error:
The workaround I found is to either remove or comment out the below code:
#if swift(>=5) && os(macOS) pkg.platforms = [ .macOS(.v11_1) ] #endif
The text was updated successfully, but these errors were encountered:
I just provided a fix for this issue in #143.
Install my fix before it's merged by running:
brew uninstall --ignore-dependencies swift-sh brew install mint mint install Jeehut/swift-sh@master swift-sh --clean-cache
Once a proper fix is released, go back to original swift-sh by running:
mint uninstall Jeehut/swift-sh brew install swift-sh swift-sh --clean-cache
Sorry, something went wrong.
I cannot reproduce this, can someone provide a script that does? Otherwise I don’t see how I can fix it.
I run Big Sur.
Try 2.3.0, reopen if not fixed.
Successfully merging a pull request may close this issue.
The script doesn't run in macOS Big Sur Version 11.1
Getting the below error:
The workaround I found is to either remove or comment out the below code:
The text was updated successfully, but these errors were encountered: