We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I use AppMetricaCrashes' helper, I get an error:
[!] Your 'helper' is outdated, please upgrade to at least version ~> 0.0 and start again!
The text was updated successfully, but these errors were encountered:
Same - App pod 'AppMetricaAnalytics', '~> 5.6.0'
pod 'AppMetricaAnalytics', '~> 5.6.0'
Sorry, something went wrong.
As workaround, you can copy 'helper' from AppMetrica 4 and use binary from it
Same - App pod 'AppMetricaAnalytics', '~> 5.6.0' As workaround, you can copy 'helper' from AppMetrica 4 and use binary from it
I'll try 2day, but its not a problem solver))))
This script - https://github.com/yandexmobile/metrica-plugin-fastlane/blob/master/lib/fastlane/plugin/appmetrica/version.rb requires version 0.+, but the new helper returns 1.0.0.0
So plugin script should be updated.
You can try to workaround by wrapping helper CLI by own bash script to return any suitable version or locally update plugin requirements
No branches or pull requests
When I use AppMetricaCrashes' helper, I get an error:
The text was updated successfully, but these errors were encountered: