-
Notifications
You must be signed in to change notification settings - Fork 37
Closed
Description
The ffi
gem produces the following error for some users on Mohave (OSX 10.14.6):
dyld: lazy symbol binding failed: Symbol not found: _ffi_prep_closure_loc
Referenced from: /Users/tombyers/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/ffi-1.15.3/lib/ffi_c.bundle
Expected in: /usr/lib/libffi.dylib
dyld: Symbol not found: _ffi_prep_closure_loc
Referenced from: /Users/tombyers/.rbenv/versions/2.7.2/lib/ruby/gems/2.7.0/gems/ffi-1.15.3/lib/ffi_c.bundle
Expected in: /usr/lib/libffi.dylib
See ffi/ffi#791 for more details.
I have personally seen in using the GDS way and Notify's tech docs. It has also been an issue on Datagovuk's tech docs.
@timblair suggested it would make sense to pin it in here instead of the downstream projects.
I'm happy to raise a PR to pin it if this seems sensible. Alternatively, I could add a note to the docs if that would be better.
Metadata
Metadata
Assignees
Labels
No labels