Giter Site home page Giter Site logo

Comments (8)

joshdholtz avatar joshdholtz commented on May 6, 2024 6

Hey all! I will get the new version out that fixes this this afternoon 😊 Sorry about the issue 😔

from fastlane-plugin-s3.

joshdholtz avatar joshdholtz commented on May 6, 2024 2

Fixed in version 1.7.0 🚀

from fastlane-plugin-s3.

levibostian avatar levibostian commented on May 6, 2024 1

@florianbuerger, I encountered the same issue a while back. I made a PR to fix the problem.

Try installing my forked repo as your fastlane plugin to use. In your fastlane/Pluginfile, add this line:

gem 'fastlane-plugin-aws_s3', git: 'https://github.com/levibostian/fastlane-plugin-s3/', ref: '3b517f92de'

...and comment out your previous gem 'fastlane-plugin-aws_s3' line in the file which points to the original outdated plugin.


Because you should never install someone's code just because they tell you to, here is the diff for my fork so you can read over the code I changed if you need to verify it.

from fastlane-plugin-s3.

cndouglas avatar cndouglas commented on May 6, 2024

Might be fixed by #81.

from fastlane-plugin-s3.

GauravP123 avatar GauravP123 commented on May 6, 2024

getting following error
`Bundler could not find compatible versions for gem "aws-sdk-core":
In snapshot (Gemfile.lock):
aws-sdk-core (= 3.92.0)

In Gemfile:
aws-sdk-elasticsearchservice was resolved to 1.32.0, which depends on
aws-sdk-core (~> 3, >= 3.71.0)

fastlane-plugin-aws_s3 was resolved to 1.6.1, which depends on
  aws-sdk (~> 2.3) was resolved to 2.3.0, which depends on
    aws-sdk-resources (= 2.3.0) was resolved to 2.3.0, which depends on
      aws-sdk-core (= 2.3.0)

`

from fastlane-plugin-s3.

jeroendelau avatar jeroendelau commented on May 6, 2024

Unfortunately, thee above failed for me.
Fastlane version with 2.144

[16:06:22]: fastlane finished with errors
bundler: failed to load command: fastlane (***/mobile/ios/aws/aws-sdk-core/ruby/2.6.0/bin/fastlane)
LoadError: cannot load such file -- aws-sdk
  ***/fastlane-plugin-s3/lib/fastlane/plugin/aws_s3/actions/aws_s3_action.rb:85:in `require'

But the original #81
Works like a charm

from fastlane-plugin-s3.

levibostian avatar levibostian commented on May 6, 2024

Ah, thanks @jeroendelau for pointing that out. I realized that my iOS project I was testing with was using the original PR and not the modular one. I fixed the require crashed and pushed up an update to that branch.

from fastlane-plugin-s3.

GauravP123 avatar GauravP123 commented on May 6, 2024

its fixed ? have to use gem 'fastlane-plugin-aws_s3', git: 'https://github.com/levibostian/fastlane-plugin-s3/', ref: '3b517f92de' ?

from fastlane-plugin-s3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.