Error/React Native
Could not find 'cocoapods' (>= 0) among N total gem(s) (Gem::LoadError)
conqueror-G
2022. 11. 27. 06:15
Platform | Mobile |
Skill | React Native |
✏️ Error 사진
✏️ Error 이름
Could not find 'cocoapods' (>= 0) among N total gem(s) (Gem::LoadError)
✏️ Error 해결방법
1. ruby와 관련된 파일 삭제
gem uninstall --all
sudo gem uninstall --all
- 권한 없다는 에러가 발생하면
cd /Library/Ruby/Gems/2.6.0
sudo chown -R 사용자이름 /Library/Ruby/Gems/2.6.0
2. cocoapods 제거 후 setup
sudo gem install -n /usr/local/bin cocoapods
pod setup
3. 그래도 에러가 발생하면 xcode 완전 삭제 후 재설치 및 프로젝트 폴더 재생성