Warm tip: This article is reproduced from serverfault.com, please click

Unable to use "pod install" in MacOS 11.0

发布于 2020-11-28 08:49:46

I updated my Mac OS and try to use "pod install" for my .xcworkspace. However I get below error:

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

Could you please recommend how to overcome this issue?

Questioner
baymak
Viewed
0
mr. fixit 2020-11-29 11:48:31

Two suggestions:

Make sure you have the latest pod installed, pod --version should be 1.10.0 (or later).

Do pod install --repo-update.