Я пытаюсь построить реагировать нативное приложение. Я сталкиваюсь с проблемой ниже:
Я работаю с существующим собственным реактивным проектом
Could not find cocoapods-core-1.8.4 in any of the sources
Run `bundle install` to install missing gems.
Could not find cocoapods-core-1.8.4 in any of the sources
Run `bundle install` to install missing gems.
Какой код sh Файл:
npm install
cd ios
bundle exec pod repo update
bundle exec pod install
cd ..
Я уже удалил и переустановил cocoapods
Что еще я могу сделать?