Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
amromun opened this issue Feb 29, 2024 · 2 comments
Closed

Comments

@amromun
Copy link

amromun commented Feb 29, 2024

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
Copy link
Contributor

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

@amromun
Copy link
Author

amromun commented Mar 19, 2024

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

Thanks. It worked with me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants