Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(1 edit)

Same here. This is what I'm getting:

Exit Code 1

FATAL ERROR: OS.execute failed: bash [-c, "'export HOME='"'"'/Users/[my email]/Library/Application Support/Oh My Git/tmp/'"'"';export PATH='"'"'/Users/[my email]/Library/Application Support/Oh My Git/tmp/:'"'"'"$PATH";cd '"'"'/Users/[my email]/Library/Application Support/Oh My Git/tmp/repos/yours/'"'"' || exit 1;git symbolic-ref HEAD refs/heads/main'"] Output: xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools), missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun

Exit Code 1

**WARNING**: ObjectDB instances leaked at exit (run with --verbose for details).

   At: core/object.cpp:2135:cleanup() - ObjectDB instances leaked at exit (run with --verbose for details).

**ERROR**: Resources still in use at exit (run with --verbose for details).

   At: core/resource.cpp:477:clear() - Resources still in use at exit (run with --verbose for details).

**ERROR**: Condition "allocs_used > 0" is true.

   At: core/pool_vector.cpp:69:cleanup() - Condition "allocs_used > 0" is true.

(1 edit)

I got the same error and I solve it using this 


 xcode-select --install

https://ma.ttias.be/mac-os-xcrun-error-invalid-active-developer-path-missing-xcr...