-
Notifications
You must be signed in to change notification settings - Fork 37
How to fix issue with google cloud storage conflict #74
Comments
Usually you just need to add the plugin to |
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. |
I personally don't have this problem with my fork, but i think the solution tried by Valdero will solve this, see here |
Thank you @MartyCatawiki. It worked 🎉 |
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. |
Hey, all. The fix is now in master. @joshdholtz do you have permission to publish? |
@powerivq Yup yup! I will get that out in a bit 💪 |
Thanks for the fix; any idea when this will be published? whilst I can point a Gemfile at |
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. |
Looks like the published version is the 1.0.2. I fixed this issue by adding |
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)
The text was updated successfully, but these errors were encountered: