Giter VIP home page Giter VIP logo

Comments (3)

i2amsam avatar i2amsam commented on September 25, 2024

@VictorJava fastlane isn't required for screengrab, so that native extension issue another issue. The first error is very odd, it looks like there's no response code from shelling out. What Ubuntu release are you using? It looks like the command was run successfully, but there was just no response code for some reason.

From the command line could you try:

adb devices -l ; echo "result code: $?"

from screengrab.

VictorJava avatar VictorJava commented on September 25, 2024

Hi i2amsam,
Thanks for your reply.
OS Ubuntu 15.10 without any another builds and so on.

Here you are

~ $ adb devices -l; echo "result code: $?"
$? is not the exit status. In fish, please use $status.
fish: adb devices -l; echo "result code: $?"

~ $ adb devices -l; echo "result code: $status?" List of devices attached 08a07e0c43aab722 device usb:1-3 product:hammerhead model:Nexus_5 device:hammerhead

result code: 0?
~ $

from screengrab.

fastlanebot avatar fastlanebot commented on September 25, 2024

This issue was migrated to fastlane/fastlane#2077. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo 🚀

from screengrab.

Related Issues (16)

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.