ios – Pod set up error : Trying to find inspections failed: undefined technique `map’ for nil:NilClass


Working Pod set up on a Macbook M1 is giving me the next error (Cocoapods v1.12.1)

Trying to find inspections failed: undefined technique `map' for nil:NilClass
if I alter the content material of my Podfile (like including a brand new Pod)

The Pod set up command succeeds on an untouched model of my Podfile.

Pod replace additionally succeeds.

I already tried all of the methods described right here (arch -x86_64 gem set up ffi, arch -x86_64 pod set up, sudo gem uninstall ffi && sudo gem set up ffi -- --enable-libffi-alloc) with no luck.

Already tried to uninstall Cocoapods and reinstall with homebrew, wipe off Cocoapods from my mission with pod deintegrate, pod clear cache -all , and so on…

Working out of concepts : /

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles