Could not find 'ffi' (>= 1.3.0) among 79 total gem(s) (Gem::MissingSpecError)

2) 2021.10.01 최신 버전

$ sudo brew install weaveworks/tap/eksctl
 Error: Running Homebrew as root is extremely dangerous and no longer supported.
 As Homebrew does not drop privileges on installation you would be giving all
 build scripts full access to your system.
 
 //권한바꾸기 
 $ sudo chown -R $(whoami) $(brew --prefix)/*
  
  
//다시 연결 
% brew link --overwrite cocoapods
Linking /usr/local/Cellar/cocoapods/1.11.2... 2 symlinks created.​

 

1) cocoapos 재설치 후 link

brew reinstall cocoapods

brew link --overwrite cocoapods​

stackoverflow.com/questions/54281063/pod-missingspecerror-ruby-gem-cocoapods-et

 

Pod MissingSpecError, Ruby, Gem, Cocoapods etc

When I run pod I now get $ pod Traceback (most recent call last): 3: from /usr/local/bin/pod:22:in `

' 2: from /usr/local/Cellar/ruby/2.6.0_1/lib/ruby/2.6.0/rubygems/core_ext/

 

stackoverflow.com

 

반응형

+ Recent posts