AppsFlyerSDK / appsflyer-react-native-plugin

AppsFlyer plugin for React Native
MIT License
279 stars 199 forks source link

CocoaPods Issue when trying to use the latest version of Appsflyer 6.13.0 #531

Closed amromun closed 6 months ago

amromun commented 7 months ago

Report

Plugin Version

Current version: 6.10.3 Trying to use the latest Version: 6.13.0

On what Platform are you having the issue?

React Native 0.72.4

What did you do?

When I changed the version of AppsFlyer from 6.10.3 to 6.13.0 and tried to do pod install it failed with the below error:

[!] CocoaPods could not find compatible versions for pod "AppsFlyerFramework": In Podfile: react-native-appsflyer (from ../node_modules/react-native-appsflyer) was resolved to 6.13.0, which depends on AppsFlyerFramework (= 6.13.0)

None of your spec sources contain a spec satisfying the dependency: AppsFlyerFramework (= 6.13.0).

What did you expect to happen?

pod install to work

What happened instead?

It did work and got the below error:

[!] CocoaPods could not find compatible versions for pod "AppsFlyerFramework": In Podfile: react-native-appsflyer (from ../node_modules/react-native-appsflyer) was resolved to 6.13.0, which depends on AppsFlyerFramework (= 6.13.0)

None of your spec sources contain a spec satisfying the dependency: AppsFlyerFramework (= 6.13.0).

Please provide any other relevant information.

We tried to remove the Pods folder and the Podfile.lock and install it again and we are still getting the same issue

amit-kremer93 commented 7 months ago

@amromun try to remove the plugin, install it again and run pod install --repo-update

amromun commented 6 months ago

@amromun try to remove the plugin, install it again and run pod install --repo-update

Thanks. It worked with me