Coder Social home page Coder Social logo

Comments (5)

phil-hudson avatar phil-hudson commented on April 27, 2024

+1 seeing the same

from fastlane.

developeranshul1986 avatar developeranshul1986 commented on April 27, 2024

+1 same issue

from fastlane.

pelusoBuendia01 avatar pelusoBuendia01 commented on April 27, 2024

+1 same issue

▶︎ fastlane snapshot init
[✔] 🚀 
✅  Successfully created SnapshotHelper.swift './fastlane/SnapshotHelper.swift'
✅  Successfully created new Snapfile at './fastlane/Snapfile'
-------------------------------------------------------

Looking for related GitHub issues on fastlane/fastlane...

➡️  fastlane init failed - unknown keyword: :snapfile_path
    https://github.com/fastlane/fastlane/issues/21813 [closed] 2 💬
    5 weeks ago

🔗  You can ⌘ + double-click on links to open them directly in your browser.
/usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/snapshot/lib/snapshot/setup.rb:40:in `print_instructions': \e[31m[!] unknown keyword: :snapfile_path\e[0m (ArgumentError)
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/snapshot/lib/snapshot/setup.rb:37:in `create'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/snapshot/lib/snapshot/commands_generator.rb:54:in `block (2 levels) in run'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:187:in `call'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:157:in `run'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/commander-4.6.0/lib/commander/runner.rb:444:in `run_active_command'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:124:in `run!'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/commander-4.6.0/lib/commander/delegates.rb:18:in `run!'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/snapshot/lib/snapshot/commands_generator.rb:106:in `run'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/snapshot/lib/snapshot/commands_generator.rb:16:in `start'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/fastlane/lib/fastlane/cli_tools_distributor.rb:115:in `take_off'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/bin/fastlane:23:in `<top (required)>'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/bin/fastlane:25:in `load'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/bin/fastlane:25:in `<main>'
/usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/snapshot/lib/snapshot/setup.rb:40:in `print_instructions': unknown keyword: :snapfile_path (ArgumentError)
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/snapshot/lib/snapshot/setup.rb:37:in `create'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/snapshot/lib/snapshot/commands_generator.rb:54:in `block (2 levels) in run'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:187:in `call'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/commander-4.6.0/lib/commander/command.rb:157:in `run'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/commander-4.6.0/lib/commander/runner.rb:444:in `run_active_command'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:124:in `run!'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/commander-4.6.0/lib/commander/delegates.rb:18:in `run!'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/snapshot/lib/snapshot/commands_generator.rb:106:in `run'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/snapshot/lib/snapshot/commands_generator.rb:16:in `start'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/fastlane/lib/fastlane/cli_tools_distributor.rb:115:in `take_off'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/gems/fastlane-2.219.0/bin/fastlane:23:in `<top (required)>'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/bin/fastlane:25:in `load'
        from /usr/local/Cellar/fastlane/2.214.0/libexec/bin/fastlane:25:in `<main>'
▶︎ 

from fastlane.

Azilla030 avatar Azilla030 commented on April 27, 2024

+1 same issue

from fastlane.

ByTyson avatar ByTyson commented on April 27, 2024

Hello, I have the same issue and I fix it just now.

  1. run $ sudo xcode-select --switch /Applications/Xcode.app
  2. Add a new UI Test target to your project (if not created when your start the project)
  3. Go to ( 'YourAppNameUITests)
  4. Add the ./fastlane/SnapshotHelper.swift to your UI Test target
  • In "Framework and Libraries, Click "+", select "Add other File" and Add ./FastLane/SnapshotHelper.swift ( This file previously make with the cmd : $ fastlane init

I hope that help you

from fastlane.

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.