모바일 앱/React Native
[React Native] [!] No 'Podfile' found in the project directory 오류 해결
테크케찰
2021. 7. 6. 10:57
react native ios 버전 빌드할 떄 pod install 명령어를 실행시켰는데
[!] No 'Podfile' found in the project directory
이런 에러를 마주쳤습니다.
구글링해보니
cd ios
이후 pod install 명령어를 실행하면 해결되는 이슈였습니다.