AppsFlyerSDK / appsflyer-cordova-plugin

AppsFlyer plugin for Cordova
MIT License
37 stars 71 forks source link

Pod AppsFlyerFramework 6.5.2 is not available #197

Open Wallethub opened 2 years ago

Wallethub commented 2 years ago

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 commented 2 years ago

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.

Wallethub commented 2 years ago

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.