-
Notifications
You must be signed in to change notification settings - Fork 62
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
Cannot install Pecker on macOS Big Sur 11.3 (beta) #62
Comments
I have the same problem. @christiankm did you resolve this problem ? |
No, I have not looked further into this. But it does not work on 11.3 Beta 1. |
I did it (finally). But the problem wasn't the Big Sur, It was Xcode itself I had to select the correct version of xcode using |
For me the error was following:
I think the issue is in the wrong dependency.
change it to some stable release
|
I was hitting this same issue. Looks like the compiler cannot differentiate between the // before
@Flag(name: .shortAndLong, help: "Print the version and exit")
// after
@Flag(name: .shortAndLong, inversion: .prefixedNo, help: "Print the version and exit") |
I cannot install Pecker on Big Sur (possibly due to being beta, but maybe you know).
If trying via Homebrew it throws an error, and trying a manual install via
make install
throws the following build error:The text was updated successfully, but these errors were encountered: