React-Native

[React Native] iOS 빌드 세팅


https://reactnative.dev/docs/environment-setup

 

Setting up the development environment · React Native

This page will help you install and build your first React Native app.

reactnative.dev

 

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를 설정해준다. 설정되있지 않을 때가 있다.