Moncef Belyamani

Results 127 comments of Moncef Belyamani

For the Mac users who are impatient and want to be able to use this feature today, I built a paid product called [Ruby on Mac](https://www.rubyonmac.dev/) that does this for...

Hi @elroi8. I don't recommend using `sudo` to install Cocoapods. The most reliable way to install Cocoapods on a Mac is to set up a proper Ruby development environment that...

@elroi8 Make sure you follow the entire guide and don't skip any steps. You're still using the system Ruby because it says "The current ruby version is 2.6.10.210." If you...

@justdan0227 Try installing 3.1.4. Whenever installing any Ruby version, you always want to make sure you are using the latest patch version (the 3rd digit). In the 3.1.x series, the...

For those of you trying to install Ruby 2.6.x versions older than 2.6.10, the best solution is to update your project to 2.6.10. There is rarely a good reason to...

@Snugi I'm not sure if you meant to tag a different person, but the end result is the same: Ruby fails to install. Sometimes the `make install` step is separated...

@taimourxkcd I understand your frustration. The problem is that this is not necessarily a bug with rvm. There are many factors that can cause Ruby installation to fail on a...

I do not recommend using `CFLAGS=-DUSE_FFI_CLOSURE_ALLOC`. That is an unnecessary hack. If you have a proper Ruby development setup, you should never need that flag, at least on a Mac....

@Mihai-github Coud you be more specific about what you're trying to do? Are you following a tutorial to learn Ruby or are you trying to run a project that requires...