Installing CocoaPods on macOS Catalina (10.15) Using a User-Managed Ruby
System Ruby on macOS 10.15 frequently fails to build native gems required by CocoaPods (for example, ffi), leading to errors like: ERROR: Failed to build gem native extension checking for ffi.h... no You have to install development tools first The reliable approach is to install your own Ruby and us...