-
Notifications
You must be signed in to change notification settings - Fork 34
Can't install on mac os arm Mac OS Sonoma 14.4 #108
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
Comments
I had some success by reducing that error to a warning with:
May have needed a |
Try this oneliner to install debase (change gem install debase -v 0.2.5.beta2 -- --with-cflags=-Wno-incompatible-function-pointer-types |
Yes this helped me too |
I had some luck using Xcode command line tools version 15.1 rather than version 15.3 |
My issue on |
macOS: Sonoma 14.4.1 This workaround don't worked for me, I got the same errors again. I tried all versions from 2.5.7 to 2.5.9, all the same result. |
For those using bundler add this to your
I've also discovered that this issue is also present for
Works for me. |
This didn't work for me, unfortunately; I was very hopeful the extra
It seems debase really doesn't want to pass the Bundler config down the line, as opposed to |
Thanks, @hurricup ❤️ |
gem install debase -v 0.2.5.beta2
The text was updated successfully, but these errors were encountered: