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

Pod AppsFlyerFramework 6.5.2 is not available #197

Open
Wallethub opened this issue Feb 4, 2022 · 2 comments
Open

Pod AppsFlyerFramework 6.5.2 is not available #197

Wallethub opened this issue Feb 4, 2022 · 2 comments
Labels

Comments

@Wallethub
Copy link

Wallethub commented Feb 4, 2022

Hello,

We tried to update to the latest version of this plugin, but it's complaining that the version of AppsFlyerFramework that is trying to get is not available. Over to https://cocoapods.org/ AppsFlyerFramework has 6.4.0 as the latest.
You guys forgot to add "git" property in the plugin.xml under "pod" tag to specify from where to get it

@pazlavi
Copy link
Contributor

pazlavi commented Feb 6, 2022

Hi @Wallethub,
Thank you for reaching out to us.

The dependency is resolved from the Cocoapods repo.
The git tag will resolve the dependency from our repo , which is redundant because the podspecs files are the same. All you need (probably) is to run the command pod install --repo-update in the iOS directory, which should solve your problem.

@pazlavi pazlavi added the support label Feb 6, 2022
@Wallethub
Copy link
Author

Wallethub commented Feb 8, 2022

Hi @pazlavi,
That did not work, I tried all suggestions you guys mentioned to other people. I had to download the repo and change the plugin.xml like so :
<pod name="AppsFlyerFramework" tag="6.5.2" git="https://github.com/AppsFlyerSDK/AppsFlyerFramework.git"/>

It may be some conflict, but doing that resolved it.

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

No branches or pull requests

2 participants