Невозможно найти спецификацию для `React-Core`, зависящую от` UMReactNativeAdapter` - PullRequest
0 голосов
/ 25 марта 2020

Ошибка ниже,

Analyzing dependencies
Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
Pre-downloading: `ExpoKit` from `http://github.com/expo/expo.git`, tag `ios/2.13.0`
Fetching podspec for `Folly` from `../node_modules/react-native/third-party-podspecs/Folly.podspec`
Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
[!] Unable to find a specification for `React-Core` depended upon by `UMReactNativeAdapter`

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Я пытался,

pod setup
pod install
pod install --repo-update

Кроме того, я снова удалил / установил cocoapods, но все еще получаю ошибку выше.

...