-
-
Notifications
You must be signed in to change notification settings - Fork 352
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
Unable to install thin gem on macOS 11.0 Big Sur beta #365
Comments
Catalina 10.15.6 has the exact same error:
|
Opened a pull request #366 |
It should be addressed by #364. |
Closing because #364 has been merged to master branch. |
If you're in a situation where you can't upgrade the gem, upgrading to XCode 11.7 will fix the error above. Note that if you've previously installed stand-alone command line tools, you'll have to switch to the ones included with XCode via |
Do you want to make a PR to update the README with those details @kellishaver ? |
Would be happy to! I'll do this tonight. |
Alternative solution that has worked for me was
This didn't require me to install XCode, just Command Line Tools |
If you are using
|
This also worked for me
|
No luck with any of the solutions here for Monterey. Anyone else have this problem? |
Just followed the suggestion from @mszyndel on Monterey and it worked just fine:
|
If anybody is struggling to get 1.6.4 installed on mac Big Sur and xcode 13.2.1 on a really old mac book, the cflags solution wasn't enough, due to this repeated error
This was my solution, adding
|
I'd like to know how to install thin gem on macOS 11.0 Big Sur beta.
Background:
I'm contributing to Ruby on Rails framework using my macOS. One of the Rails module Action Cable uses blade gem, it requires thin gem.
Software versions
The text was updated successfully, but these errors were encountered: