https://reactnative.dev/docs/environment-setup
react native 문서 내 iOS 세팅 중 이슈
1)
sudo gem install cocoapods
시도 시,
xcode-select: error: command line tools are already installed, use "Software Update" to install updates
문구 등장 시 해결방법
sudo rm -rf /Library/Developer/CommandLineTools
sudo xcode-select --install
2)
이후 ios 빌드 시도해보고, 또 pod install시도하라고 하면
Xcode를 실행하고, Preferences -> Locations를 열어 Command Line Tools를 설정해준다. 설정되있지 않을 때가 있다.
'React-Native' 카테고리의 다른 글
[React Native] Percentage width in Flatlist Item (0) | 2019.12.03 |
---|---|
[React Native] CSS 속성 정리 - 배치, 정렬 (0) | 2019.11.12 |