Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Host: Unable to find an executable (No such file or directory - sw_vers) in Stack #9957

Open
emanuelb opened this issue Jul 31, 2020 · 1 comment
Labels
d1:easy An easy ticket that is a good start for first-time contributors help wanted Help from new or existing contributors would be greatly appreciated! t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!

Comments

@emanuelb
Copy link

Below returned in debian when running pod install command:

Stack

   CocoaPods : 1.9.3
        Ruby : ruby 2.7.1p83 (2020-03-31 revision a0c7c23c9c) [x86_64-linux-gnu]
    RubyGems : 3.1.2
        Host : Unable to find an executable (No such file or directory - sw_vers)  ()
       Xcode : xcodebuild) ()
         Git : git version 2.28.0
Ruby lib dir : /usr/lib
Repositories : 

There is no sw_vers executable in debian:
https://packages.debian.org/search?suite=sid&arch=any&mode=path&searchon=contents&keywords=sw_vers

Use something else (code/executable) when running on LinuxOS instead of missing/not-existent sw_vers executable.

@dnkoutso
Copy link
Contributor

Yes this is something that can be fixed.

@dnkoutso dnkoutso added t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome! d1:easy An easy ticket that is a good start for first-time contributors help wanted Help from new or existing contributors would be greatly appreciated! labels Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
d1:easy An easy ticket that is a good start for first-time contributors help wanted Help from new or existing contributors would be greatly appreciated! t2:defect These are known bugs. The issue should also contain steps to reproduce. PRs welcome!
Projects
None yet
Development

No branches or pull requests

3 participants
@dnkoutso @emanuelb and others