构建现有的反应本机应用程序问题(cocoapods)

问题描述 投票:0回答:1

我正在尝试构建一个本机应用程序。我遇到了以下问题:

我正在使用现有的React Native项目

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

我还能做什么?

ios macos react-native mobile cocoapods
1个回答
0
投票

安装特定版本以解决问题

© www.soinside.com 2019 - 2024. All rights reserved.