I am currently trying to get my React-Native application (without Expo) running on CircleCI, but the pod install
command won't resolve.
Do anyone know, how to solve the issue? Already ran the suggested command, but this won't change anything...
Error:
[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.