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
반응형
'🐞 오늘만난이슈' 카테고리의 다른 글
[iOS] NSBluetoothAlwaysUsageDescription 이슈 (0) | 2021.04.27 |
---|---|
[Android] ConnectionTracker: Exception thrown while unbinding (0) | 2021.01.20 |
App Store Connect Operation Error (0) | 2020.09.08 |
[LINUX] AWS :: sudo: apt-get: 명령이 없습니다 (0) | 2020.03.15 |
[Android] INSTALL_FAILED_CONFLICTING_PROVIDER (0) | 2020.02.20 |