GithubHelp home page GithubHelp logo

Comments (8)

tsolomko avatar tsolomko commented on July 19, 2024

Hi,

I am sorry hear that you are still having issues. Could you please more specific what kind of problem you're experiencing? Since I am personally unable to use (or even install) Xcode 11.4 (or, in fact, any Xcode newer than 10.1), could you please provide as many details as possible?

from swcompression.

jkinder61 avatar jkinder61 commented on July 19, 2024

from swcompression.

tsolomko avatar tsolomko commented on July 19, 2024

Just curious, after installing git-lfs using homebrew, did you run git lfs install or git lfs install --system?

from swcompression.

tsolomko avatar tsolomko commented on July 19, 2024

Also, do you have git installed using homebrew as well? Or are you using the one from Xcode Command Line Tools?

from swcompression.

jkinder61 avatar jkinder61 commented on July 19, 2024

from swcompression.

tsolomko avatar tsolomko commented on July 19, 2024

Anyway, I think I now understand why this happens. Basically, by installing git-lfs and running the aforementioned commands you specified in global/system git config that you have git-lfs installed and it should be used. When Xcode uses git it reads global/system git config and tries to use git-lfs (because it's used in SWCompression's repository), but in Xcode's PATH environment variable there is no git-lfs, and thus it fails.

As a workaround I would like to suggest (if you don't need git-lfs for any of your other projects) to run in the Terminal the following commands:

git lfs uninstall
sudo git lfs uninstall --system

Then, if you don't need it, you can remove git-lfs itself (brew rm git-lfs).

Please let me know if this helps. Meanwhile, I will work on a more permanent solution on my side: I have some ideas, but it will take some time to implement them.

from swcompression.

tsolomko avatar tsolomko commented on July 19, 2024

I've released today an update to SWCompression (4.5.4), which should fix this issue.

from swcompression.

jkinder61 avatar jkinder61 commented on July 19, 2024

from swcompression.

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.