4

I'm using CocoaPods 1.10.2. And when I type pod --version in my terminal, I'm getting the following warning:

Ignoring ffi-1.15.3 because its extensions are not built. Try: gem pristine ffi --version 1.15.3

How could I fix this?

Joshua
  • 3,055
  • 3
  • 22
  • 37
김지인
  • 51
  • 1
  • 3

1 Answers1

3

In my case, this solution worked.

Download and install Homebrew using the following method: Open terminal and paste in the following command string:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

And please install cocoapods.

brew install cocoapods
Guru Dev
  • 171
  • 11