Mac Sequoia Install - unable to load libxcrun #5993
Unanswered
e7fl
asked this question in
Getting started
Replies: 1 comment 5 replies
-
You seem to have at least a couple of problems:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
-bash: brew: command not found
Output of
brew doctor
-bash: brew: command not found
Description of issue
Homebrew was successfully installed on my Mac (Intel chip) running Sequoia 15.2 yesterday and seemed to be running fine. I shut my computer down for the night and rebooted it this morning to find Homebrew seems to have vanished overnight.
When I attempt to reinstall it via the /bin/bash code from the Homebrew homepage in Terminal, I receive the below error.
xcrun: error: unable to load libxcrun (dlopen(/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib, 0x0005): tried: '/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')), '/System/Volumes/Preboot/Cryptexes/OS/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib' (no such file), '/Library/Developer/CommandLineTools/usr/lib/libxcrun.dylib' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))). Failed during: /usr/bin/git -c init.defaultBranch=master init --quiet
I've tried the .pkg Installer, which appears to go through with no error messages. When I attempt to use Homebrew in my terminal after this installation, it tells me
-bash: brew: command not found
so does not seem to have actually installed.Thanks for the help!
Beta Was this translation helpful? Give feedback.
All reactions