-
Notifications
You must be signed in to change notification settings - Fork 318
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
Ignoring ffi-1.9.18 because its extensions are not built. Try: gem pristine ffi --version 1.9.18 #327
Comments
Command-T doesn't have any Gem dependencies, and isn't invoking Bundler in any way, so I am not sure where that is coming from. Does a similar thing happen if you just do |
No, neither of those things cause this to happen. |
It seems unlikely that I'll be able to repro this. A google for "Ignoring ffi" "because its extensions are not built" turns up a bunch of hits with all sorts of combinations of Ruby environments (eg. chruby, rvm etc) and tools (almost none of which mention Command-T). This one seems pretty typical:
I don't think this is specific to Command-T, but if you could isolate the exact place in Command-T that is causing this to manifest I'd love to figure out a way to suppress it. I also wonder whether rebuilding Command-T (or Vim) might make it go away (perhaps something linked against a version of that Gem and since then got rebuilt against a different version). |
Are you using RVM? I had the same issue and noticed that if I run |
I just filed what may be a duplicate of this issue: #330 If I By way of example after issuing
|
I can also verify that using |
I have the same problem and solved. |
I had the same issue.
|
I did this and got more problems now((
|
@vitata78 try this one ffi/ffi#844 (comment) |
Thank you so much for the solution! 🪄 |
Had thes same issue with system ruby with rbenv installed after Big Sur 11.2.1 update. Fixing rbenv gem won't help. System gem needed a fix. |
same problem with Xcode 13 - macOS 12.0 Beta |
Try this CocoaPods/CocoaPods#10103 (comment). |
Thanks @Baneeishaque but not working in my case :( |
Run in de project folder
run your app and be happy |
Given the big rewrite for v6.0.x, I'm closing all older issues as there is unlikely to be anything significant happening on the Footnotes
|
When I trigger Command-T for the first time in a session, I see this message
I've found some other folks who have had luck by doing things like
but for me the problem persists. Any suggestions?
The text was updated successfully, but these errors were encountered: