appsflyer-cordova-plugin icon indicating copy to clipboard operation
appsflyer-cordova-plugin copied to clipboard

Pod AppsFlyerFramework 6.5.2 is not available

Open Wallethub opened this issue 3 years ago • 2 comments

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

Wallethub avatar Feb 04 '22 22:02 Wallethub

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 avatar Feb 06 '22 20:02 pazlavi

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.

Wallethub avatar Feb 08 '22 22:02 Wallethub