-
Notifications
You must be signed in to change notification settings - Fork 57
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
Rack does not work on OS X High Sierra #462
Comments
I'm assuming this is a dead project given the length of time and lack of response since this comment? It still doesn't work on High Sierra. |
@lukebennett FYI, |
I had it installed via homebrew already, and had already checked for any updates. The error I had was different to your go one, it was a memory issue - However, I've just tried removing via homebrew and reinstalling and it's working now 👍 |
I ran into this myself on macOS Catalina by downloading the As mentioned above however, it does work when installed via Brew (
|
I just downloaded the latest build of
rack
following the instructions here: https://developer.rackspace.com/docs/rack-cli/Upon running the command with no arguments, I get the following stack trace:
After searching for this issue, it seems like this is a common occurrence after switching to High Sierra, and the binary needs to be re-built using a version of Go with High Sierra support. (see, as an example: golang/go#20888)
The text was updated successfully, but these errors were encountered: