エラー事象1
...
LoadError - dlsym(0x7fcfc87783a0, Init_ffi_c): symbol not found - /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.0/lib/ffi_c.bundle
...
解決方法
ffi
をインストールします。
arch -x86_64 sudo gem install ffi
エラー事象2
% pod install
...
LoadError - dlopen(/Library/Ruby/Gems/2.6.0/gems/ffi-1.15.0/lib/ffi_c.bundle, 0x0009): missing compatible arch in /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.0/lib/ffi_c.bundle - /Library/Ruby/Gems/2.6.0/gems/ffi-1.15.0/lib/ffi_c.bundle
...
解決方法
アーキテクチャを指定すれば、問題なく実行できます。
arch -x86_64 pod install