해결된 질문
작성
·
122
0
루비 버전까지 맞춰서 2.7.6 맞추고 프로젝트 생성 했는데 계속 cocoapods 에러가 발생합니다 ㅠㅠ
gongmyeong@Huns-Pro ~ % ruby -v
ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a) [arm64-darwin23]
gongmyeong@Huns-Pro ~ % sudo npx react-native@0.72.6 init MatzipApp --version 0.72.6
Password:
###### ######
### #### #### ###
## ### ### ##
## #### ##
## #### ##
## ## ## ##
## ### ### ##
## ######################## ##
###### ### ### ######
### ## ## ## ## ###
### ## ### #### ### ## ###
## #### ######## #### ##
## ### ########## ### ##
## #### ######## #### ##
### ## ### #### ### ## ###
### ## ## ## ## ###
###### ### ### ######
## ######################## ##
## ### ### ##
## ## ## ##
## #### ##
## #### ##
## ### ### ##
### #### #### ###
###### ######
Welcome to React Native!
Learn once, write anywhere
✔ Downloading template
✔ Copying template
✔ Processing template
✔ Installing Ruby Gems
ℹ Installing Ruby Gems
✖ Installing CocoaPods
error
✖ Installing CocoaPods
error An error occured while trying to install CocoaPods, which is required by this template.
Please try again manually: sudo gem install cocoapods.
CocoaPods documentation: https://cocoapods.org/.
info Run CLI with --verbose flag for more details.
답변 3
0
죄송합니다 AI 답변만 보고 따라하다가 이상하게 진행된것같네요 ㅠㅠ 현재 프로젝트 생성하면 아래와 같이 에러가 발생합니다!
gongmyeong@Huns-Pro documents % npx react-native@0.72.6 init MatzipApp --version 0.72.6
###### ######
### #### #### ###
## ### ### ##
## #### ##
## #### ##
## ## ## ##
## ### ### ##
## ######################## ##
###### ### ### ######
### ## ## ## ## ###
### ## ### #### ### ## ###
## #### ######## #### ##
## ### ########## ### ##
## #### ######## #### ##
### ## ### #### ### ## ###
### ## ## ## ## ###
###### ### ### ######
## ######################## ##
## ### ### ##
## ## ## ##
## #### ##
## #### ##
## ### ### ##
### #### #### ###
###### ######
Welcome to React Native!
Learn once, write anywhere
✔ Downloading template
✔ Copying template
✔ Processing template
✖ Installing Ruby Gems
error There was an error while trying to write to
/Users/gongmyeong/.bundle/cache/compact_index/rubygems.org.443.29b0360b937aa4d161703e6160654e47/versions
.
It is likely that you need to grant write permissions for that path.
✖ Installing Ruby Gems
error Looks like your iOS environment is not properly set. Please go to https://reactnative.dev/docs/environment-setup?os=macos&platform=android and follow the React Native CLI QuickStart guide for macOS and iOS.
info Run CLI with --verbose flag for more details.
rbenv -v 버전은 아래와 같이 나옵니다
gongmyeong@Huns-Pro documents % rbenv -v
rbenv 1.3.0
0
정상적으로 설치가 되지않은것 같은데요. 메세지읽어보시면 sudo gem install cocoapods
다시하라고 나와있는데 해보셨나요? rbenv -v를 했을때 어떻게나오나요? 쉘은 어떤걸 사용하고 계시나요? Xcode > Settings > Locations > Command Line Tools에서 옵션이 선택되어있는지도 한번 보시겠어요?
0
안녕하세요, 인프런 AI 인턴입니다. 장태훈님.
CocoaPods 설치 중 발생하는 문제에 대해 살펴보겠습니다. 귀하의 경우는 주로 루비 버전이나 권한 문제로 발생할 수 있으며, gem install cocoapods
명령어를 통해 직접 설치를 시도하실 수도 있습니다.
루비 버전 확인:
CocoaPods 설치:
sudo gem install cocoapods
pod setup
pod repo update
sudo
를 사용하여 설치할 때, 암호 입력 부분이 잘못됐을 수 있으니 주의 깊게 다시 입력해 보시기 바랍니다.위 내용이 문제 해결에 도움이 되길 바랍니다. 저의 안내가 유용하지 않거나 추가적인 도움을 필요로 하신다면 꼭 말씀해 주세요. 곧 지식공유자분께서도 추가적인 조언을 제공해 주실 것입니다.
저는 질문자님의 이해를 돕고자 기존 유사한 질문들과 답변을 찾아 공유하고 있습니다. 현재 베타 기능으로 제공되는 점을 양해 부탁드립니다. 😇
추가로 궁금한 사항이 있으면 언제든지 추가 질문해 주세요. 곧 지식공유자님께서 상세한 답변을 드릴 것입니다. 🙏
죄송합니다 AI 답변만 보고 따라하다가 이상하게 진행된것같네요 ㅠㅠ 현재 프로젝트 생성하면 아래와 같이 에러가 발생합니다!
gongmyeong@Huns-Pro documents % npx react-native@0.72.6 init MatzipApp --version 0.72.6
###### ######
### #### #### ###
## ### ### ##
## #### ##
## #### ##
## ## ## ##
## ### ### ##
## ######################## ##
###### ### ### ######
### ## ## ## ## ###
### ## ### #### ### ## ###
## #### ######## #### ##
## ### ########## ### ##
## #### ######## #### ##
### ## ### #### ### ## ###
### ## ## ## ## ###
###### ### ### ######
## ######################## ##
## ### ### ##
## ## ## ##
## #### ##
## #### ##
## ### ### ##
### #### #### ###
###### ######
Welcome to React Native!
Learn once, write anywhere
✔ Downloading template
✔ Copying template
✔ Processing template
✖ Installing Ruby Gems
error There was an error while trying to write to
/Users/gongmyeong/.bundle/cache/compact_index/rubygems.org.443.29b0360b937aa4d161703e6160654e47/versions
.It is likely that you need to grant write permissions for that path.
✖ Installing Ruby Gems
error Looks like your iOS environment is not properly set. Please go to https://reactnative.dev/docs/environment-setup?os=macos&platform=android and follow the React Native CLI QuickStart guide for macOS and iOS.
info Run CLI with --verbose flag for more details.
rbenv -v 버전은 아래와 같이 나옵니다
gongmyeong@Huns-Pro documents % rbenv -v
rbenv 1.3.0