flurry / react-native-flurry-sdk

React Native Flurry SDK
Apache License 2.0
45 stars 13 forks source link

5.4.0 pod install error #21

Closed AlanKeiss closed 4 years ago

AlanKeiss commented 4 years ago

Since your last update 5.4.0 I have this error when I run pod install :

[!] CocoaPods could not find compatible versions for pod "Flurry-iOS-SDK/FlurryConfig":
  In Podfile:
    react-native-flurry-sdk (from `../node_modules/react-native-flurry-sdk/ios`) was resolved to 5.4.0, which depends on
      react-native-flurry-sdk/FlurrySDK (= 5.4.0) was resolved to 5.4.0, which depends on
        Flurry-iOS-SDK/FlurryConfig (~> 10.3.0)
poting-oath commented 4 years ago

@AlanKeiss @xnth97 Thanks for your feedback! Whenever there is new version of the dependency, you need to update your pod. I.e.,

$ cd ios
$ pod update