Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

How to fix issue with google cloud storage conflict #74

Open
Anhelme opened this issue Jun 22, 2020 · 10 comments
Open

How to fix issue with google cloud storage conflict #74

Anhelme opened this issue Jun 22, 2020 · 10 comments

Comments

@Anhelme
Copy link

Anhelme commented Jun 22, 2020

Could you help me to fix problem with cloud storage conflict in your plugin
Error loading plugin 'fastlane-plugin-firebase_test_lab': Unable to activate fastlane-plugin-firebase_test_lab-1.0.7, because google-cloud-storage-1.26.1 conflicts with google-cloud-storage (~> 1.25.1)

@Vyazovoy
Copy link

Vyazovoy commented Sep 1, 2020

Usually you just need to add the plugin to Pluginfile manually and then run bundle update google-cloud-storage. The command will try to resolve your version dependencies and downgrade the gem to 1.25.1. Not the best solution but it will work. The proper solution is to fix a version requirement in this plugin by using ~> 1.25 (>=1.25.0 but < 2.0) instead of ~>1.25.1 (>=1.25.1 but < 1.26.0)

@smeetchavda
Copy link

smeetchavda commented May 7, 2021

Hello, has anyone found the solution for the google-cloud-storage issue? I am facing it on the 1.0.7 version.

Error loading plugin 'fastlane-plugin-firebase_test_lab': Unable to activate fastlane-plugin-firebase_test_lab-1.0.7, because google-cloud-storage-1.31.0 conflicts with google-cloud-storage (~> 1.25.1)

Thanks in advance.

@MartyCatawiki
Copy link
Contributor

I personally don't have this problem with my fork, but i think the solution tried by Valdero will solve this, see here
You could try to make a fork @smeetchavda and check.
@powerivq what do you think?

@smeetchavda
Copy link

Thank you @MartyCatawiki. It worked 🎉

@dennismozart1994
Copy link

I had to manually uninstall other versions of the gem and install manually only the one specified into the error, I think that if the gemspec file is changed as mentioned by @Vyazovoy it should work just fine, though I'm having issues with testplans on this plugin, which is a different thread/issue than this one.

@powerivq
Copy link
Contributor

Hey, all. The fix is now in master. @joshdholtz do you have permission to publish?

@joshdholtz
Copy link

@powerivq Yup yup! I will get that out in a bit 💪

@marc-48k
Copy link

marc-48k commented Jun 4, 2021

Thanks for the fix; any idea when this will be published? whilst I can point a Gemfile at master I can't do the same in a Gemspec; we need a version 1.0.8.

@waltarmour
Copy link

Would like to see this published as well. There now is a version conflict updating to fastlane 2.185.0 because of the GCS version spec.

@Te-Z
Copy link

Te-Z commented Sep 9, 2021

Looks like the published version is the 1.0.2. I fixed this issue by adding gem 'fastlane-plugin-firebase_test_lab', git: 'https://github.com/fastlane/fastlane-plugin-firebase_test_lab' in PluginFile, then bundle install

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

Successfully merging a pull request may close this issue.

10 participants