Marcus Westin

Results 37 comments of Marcus Westin

I finally got ObjectiveGit working on macOS 10.15.1 Catalina and Xcode 11! Here's a quick recap of the problems I ran into and the eventual solution - hopefully useful for...

The motivation for the fork may be relevant: the most recent release does not work in Catalina/XCode11: Using latest release: ``` # Cartfile: github "libgit2/objective-git" # Build works: Carthage update...

I eventually got this working! See #699 for some of the issues and eventual solution

See #699 for related issues and eventual solution.

I had similar issues - see #699 for some of my issues and eventual solution

Bump - would love this to be resolved! It's definitely annoying as is.

You need to install make. Lookup e.g "How to install make on macos" (or windows, or linux, etc)

@cocktailpeanut Another approach that might be simpler to add to the current codebase is to make it an environment variable (E.g `PYTHON_VERSION=3.11` and `PIP_VERSION=23.01`; or `PYTHON_CMD=python3.11` and `PIP_CMD=pip23.01`). The default...

Also, #12 has a possibly even better solution which uses virtualenv instead

You need to install make. Lookup e.g "How to install make on macos" (or windows, or linux, etc)