You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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.
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
The text was updated successfully, but these errors were encountered: