FirebaseExtended / fastlane-plugin-firebase_test_lab

Test your app with Firebase Test Lab with ease using fastlane
https://fastlane.tools
MIT License
74 stars 37 forks source link

Can you please publish final version to resolve Conflict on Google Cloud Storage 1.43.0 ? #82

Open fepersembe opened 1 year ago

fepersembe commented 1 year ago

I am trying to run the plugin on my local and Bitrise. This is the error I am getting. It seems too many people experienced a similar issue and it is resolved but not published at all.

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

Trying with forked repositories also does not affect at all , fastlane somehow tries to use the one from rubygems.org.

Can you please publish this version to rubygems.org

MartyCatawiki commented 1 year ago

Hi @fepersembe, it doesn't look that this plugin is maintained nowadays. What you could do is fork it or just reference to branch master in your plugin:

gem 'fastlane-plugin-firebase_test_lab', git: "https://github.com/fastlane/fastlane-plugin-firebase_test_lab", branch: "master"