-
Notifications
You must be signed in to change notification settings - Fork 37
Fastlane/Ruby Gem Dependency Issue: google-cloud-storage #58
Comments
@grycyk Dependency |
@MartyCatawiki just a heads up seeing a similar issue again this time with but now with, slightly different version issue, see below
|
We are looking into this right now (myself and another one of our devs), to find a fix for us right now, but not sure what happening yet. If we find out something i'll post our findings. |
I got it too, did you find anything to solve? @grycyk |
any updates on this? |
Any updates? |
Is there any update? |
Just ran into this issue again: Error loading plugin 'fastlane-plugin-firebase_test_lab': Unable to activate fastlane-plugin-firebase_test_lab-1.0.5, because google-cloud-storage-1.25.1 conflicts with google-cloud-storage (~> 1.15.0) AFAIK we never found a solution to this, but I to clarify my comment @MartyCatawiki & @Ravi448 (quote below) I meant to say was we were looking for a work around to this issue, but we never did and I have ran into this again today.
|
@grycyk
If you are using CI/CD to build, please make sure to commit Gemfile and Gemfile.lock It'll work. |
@grycyk It'll work for you I believe. It worked for me! |
I see you just removed the dependency instead of a version bump, that what I have done in that PR. |
Bump. Anyone still getting this issue? It's conflicting with a newer version of GCS.
|
afaik my PR (#70) has fixed this, we just need a new release of the plugin but perhaps you can install this from my branch?? |
You're right that did fix it. Ended up cloning and applying the same fix you did. Using fastlane from inside Gitlab CI runner so I have to provide gems with local path anyway. Now my issue is that the build products (zip file) from |
Current version of Fastlane (2.185.1) requires google-cloud-storage (~> 1.31)
|
@billibala The guys already changed it on master, but still not published a new version yet. See this issue. |
Is this released? I'm having the same issue now, it seems the file on master was updated but when I use this command |
Hey,
I am moving our testing over to Firebase and set up our Fastlane with with plugin the backend of last week, but looks like there is is dependency issues.
We are running
fastlane_version "2.113.0"
The error when running the lane for Firebase is below:
Error loading plugin 'fastlane-plugin-firebase_test_lab': Unable to activate fastlane-plugin-firebase_test_lab-1.0.2, because google-cloud-storage-1.15.0 conflicts with google-cloud-storage (~> 1.13.0)
Myself and one of our devs have looked at many different ways to solve this, but to no avail.
Any chance this can be looked into?
Cheers,
Grae
The text was updated successfully, but these errors were encountered: