[React Native] No 'Podfile' found in the project directory 에러 해결

도니·2023년 5월 8일
0

에러

🚨 No 'Podfile' found in the project directory

해결 방법

ios 폴더 안에 pod file이 있으므로 ios 폴더로 이동 후 pod install
1. cd ios
2. pod install
3. cd .. : 현재 위치한 디렉토리(ios)의 상위 디렉토리로 이동
4. npm run ios

profile
안녕하세요, 🌱새싹개발자 도니💡입니다!

0개의 댓글