`pod install` не удалась в CircleCI - PullRequest
0 голосов
/ 11 марта 2020

В настоящее время я пытаюсь запустить приложение React-Native ( без Expo) на CircleCI, но команда pod install не разрешается.

Кто-нибудь знает, как решить вопрос? Вы уже выполнили предложенную команду, но это ничего не изменит ...


Ошибка:

[13:20:40]: ▸ Resolving dependencies of `Podfile`
[13:20:40]: ▸ [!] CocoaPods could not find compatible versions for pod "RNGestureHandler":
[13:20:40]: ▸ In snapshot (Podfile.lock):
[13:20:40]: ▸ RNGestureHandler (from `../node_modules/react-native-gesture-handler/RNGestureHandler.podspec`)
[13:20:40]: ▸ In Podfile:
[13:20:40]: ▸ RNGestureHandler (from `../node_modules/react-native-gesture-handler/RNGestureHandler.podspec`)
[13:20:40]: ▸ It seems like you've changed the version of the dependency `RNGestureHandler` and it differs from the version stored in `Pods/Local Podspecs`.
[13:20:40]: ▸ You should run `pod update RNGestureHandler --no-repo-update` to apply changes made locally.
...