강의

멘토링

커뮤니티

Inflearn Community Q&A

qkenr07010925's profile image
qkenr07010925

asked

Practical React Native for iOS/Android App Development - Intermediate

windows 환경 npx pod-install ios 실행 에러

Written on

·

1.5K

0

Max환경인것을 모르고 결제를 진행하고 듣고 있습니다.
1. windows 환경에서 npx pod-install ios 실행시 아래와 같은 에러가 발생합니다.
CocoaPods is only supported on darwin machines
어떻게 해야지 npx pod-install ios을 실행한것과 같은 결과를 얻을 수 있을까요?
 
2. Android Emulator를 사용하면 된다고 했는데 어떤식으로 검색해서 사용할 수 있을까요?
에러reduxfirebasereact-native

Answer 1

0

1. windows 환경에서는 ios 자체 명령어 그리고 에뮬레이터 구동이 안됩니다

 

2. 유튜브에서 react native android install 검색해보시면 많은 동영상 있으니 참고해서 하시면 될 거 같아요

qkenr07010925's profile image
qkenr07010925

asked

Ask a question