Pod コマンド実行時に "Ignoring ffi-1.14.2 because its extensions are not built." エラーが出る
問題
Swift でのアプリ作成時、pod init
を実行したら以下のエラーが出た
terminal
$ pod init
Ignoring ffi-1.14.2 because its extensions are not built.
Try: gem pristine ffi --version 1.14.2
提案通りgem pristine ffi --version 1.14.2
を試すがうまくいかなかった
terminal
$ sudo gem pristine ffi --version 1.14.2
ERROR: While executing gem ... (Gem::Exception)
Failed to find gems ["ffi"] = 1.14.2
解決策
以下のコマンドで解決した
terminal
$ sudo gem install ffi -v '1.14.2'
Fetching ffi-1.14.2.gem
Building native extensions. This could take a while...
Successfully installed ffi-1.14.2
Parsing documentation for ffi-1.14.2
Installing ri documentation for ffi-1.14.2
Done installing documentation for ffi after 30 seconds
1 gem installed
Author And Source
この問題について(Pod コマンド実行時に "Ignoring ffi-1.14.2 because its extensions are not built." エラーが出る), 我々は、より多くの情報をここで見つけました https://qiita.com/GleamingCake/items/2448f99fda76178dff84著者帰属:元の著者の情報は、元の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 .