error Failed to launch emulator.1 React-Native 시뮬레이터 실행오류 해결 1. ios 시뮬레이터 실행 오류 error Could not find "Podfile.lock" at /내경로/ios/Podfile.lock. Did you run "pod install" in iOS directory? my_first_app/ios폴더에 pods가 미설치 되어서 뜨는 오류! 프로젝트의 ios 폴더로 이동후 $cd ios $pod repo update $pod install 다시 $react-native run-ios실행하면 정상적으로 에뮬레이터가 나온다. 다른 폰 기종도 켜 볼 수 있다! $react-native run-ios --simulator="iPhone 8 plus" ios는 $react-native run-ios 커맨드만 쳐도 시뮬레이터가 기동이 되는데, android는.. 2021. 8. 8. 이전 1 다음