element-hq / element-ios

A glossy Matrix collaboration client for iOS
https://element.io
GNU Affero General Public License v3.0
1.73k stars 493 forks source link

Build fails because fastlane-plugin-diawi has been removed from Ruby gems #7553

Closed jason-persson closed 1 year ago

jason-persson commented 1 year ago

Running bundle install results in the following output:

bundle install
Fetching gem metadata from https://rubygems.org/.......
Resolving dependencies...
Your bundle is locked to fastlane-plugin-diawi (2.1.0) from rubygems repository https://rubygems.org/ or installed locally, but that version can no longer be found in that source. That means the author of
fastlane-plugin-diawi (2.1.0) has removed it. You'll need to update your bundle to a version other than fastlane-plugin-diawi (2.1.0) that hasn't been removed in order to install.

Checking on Ruby gems and the package has been removed. Checking on github for the repo and it 404s.

Another team with a similar issue that might have some helpful ideas: https://github.com/status-im/status-mobile/issues/15951