Когда я пытаюсь установить cocoapods, я получаю следующую ошибку: символ '_ffi_prep_cif_var' не найден
$ uname -a
Darwin MacBook-Pro 18.7.0 Darwin Kernel Version 18.7.0 : Вторник, 20 августа 16:57:14 PDT 2019; root: xnu-4903.271.2 ~ 2 / RELEASE_X86_64 x86_64
$, которые ruby
/ usr / bin / ruby
$ ruby - -version
ruby 2.3.7p456 (версия 20130-03-28 63024) [universal.x86_64-darwin18]
$ sudo gem install cocoapods
Fetching: cocoapods-1.9.1.gem (100%)
Successfully installed cocoapods-1.9.1
Parsing documentation for cocoapods-1.9.1
Installing ri documentation for cocoapods-1.9.1
Done installing documentation for cocoapods after 5 seconds
1 gem installed
$ pod
/System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib/ruby/2.3.0/rubygems/core_ext/kernel_require.rb:55:in `require': dlopen(/Library/Ruby/Gems/2.3.0/gems/ffi-1.12.2/lib/ffi_c.bundle, 0x0009): symbol '_ffi_prep_cif_var' not found, expected in flat namespace by '/Library/Ruby/Gems/2.3.0/gems/ffi-1.12.2/lib/ffi_c.bundle' - /Library/Ruby/Gems/2.3.0/gems/ffi-1.12.2/lib/ffi_c.bundle (LoadError)
У кого-нибудь есть идеи? Спасибо.