-
Notifications
You must be signed in to change notification settings - Fork 465
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
Look into supporting Ruby 1.9.3’s Fiddle #206
Comments
I add changes from commit "[PlistHelper] Guard against early versions of Fiddle missing constants." manually. Now I get "The xcodeproj gem is only supported on Ruby versions that includethe Fiddle API or with Ruby 1.8.7 that came with OS X 10.8.x. (RuntimeError)". What should i do? |
|
What version I can use? |
@Antol For now upgrade to the current version, e.g. 2.1.3. See https://www.ruby-lang.org/en/ |
OK, thank you |
Hi, Many of us still use ruby-1.9.3-p547 since it is the version of Ruby that is supported by Heroku in the 1.9 series. We can't upgrade to other rubies since we are running large production apps on 1.9. Respectfully, is there a reason why cocoa pods can't support ruby 1.9.3 p547? I get the same error as mentioned above. Thanks! |
Ruby 2.0 ships with OS X, any reason why you are unable to use this version for CP? |
I prefer to use Ruby from rvm. No worries, I installed ruby 2.1.3 using rvm and it works fine now. But I tend to use the same ruby as I use for my server projects, which are constrained by the rubies supported by Heroku ... I was just curious, thanks and best wishes. |
Basically it seems that at least this version of Fiddle does not have the
Fiddle::NULL
constant.The text was updated successfully, but these errors were encountered: