Mac M1での pod install エラーの簡単解決方法
エラー事象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
Author And Source
この問題について(Mac M1での pod install エラーの簡単解決方法), 我々は、より多くの情報をここで見つけました https://qiita.com/wwalpha/items/f02a96204fce4bfedad4著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .