I am trying to build a react native application. I am running into the issue bellow:
I am working with existing react native project
Could not find cocoapods-core-1.8.4 in any of the sourcesRun `bundle install` to install missing gems.Could not find cocoapods-core-1.8.4 in any of the sourcesRun `bundle install` to install missing gems.
what code is sh file is:
npm installcd iosbundle exec pod repo updatebundle exec pod installcd ..
I already uninstalled and reinstalled cocoapods
What else can i do?