react native프로젝트를 루트경로에 생성 후 작업도중 cocoapod이 사라지는 에러가 발생했다.
RN공식문서에따라
cd ios bundle install bundle exec pod install
cd ios
bundle install
bundle exec pod install
해결되었다.