🚨 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
cd ios
pod install
cd ..
npm run ios