You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HOMEBREW_VERSION: 4.3.2-68-ge130e47
ORIGIN: https://github.com/Homebrew/brew
HEAD: e130e47f23b8b806096f9ec4f2c193213b8ec908
Last commit: 6 days ago
Core tap HEAD: 487329f7a93ce5dfc36cacc9a474e0db93959f4d
Core tap last commit: 6 days ago
Core tap JSON: 03 Jun 01:31 UTC
Core cask tap HEAD: 1887082e7f23e9b244809aa24da39e6e25ecdce4
Core cask tap last commit: 6 days ago
Core cask tap JSON: 03 Jun 01:31 UTC
HOMEBREW_PREFIX: /usr/local
HOMEBREW_CASK_OPTS: []
HOMEBREW_MAKE_JOBS: 8
HOMEBREW_NO_AUTO_UPDATE: set
HOMEBREW_NO_ENV_HINTS: set
HOMEBREW_SORBET_RUNTIME: set
Homebrew Ruby: 3.3.2 => /usr/local/Homebrew/Library/Homebrew/vendor/portable-ruby/3.3.2/bin/ruby
CPU: octa-core 64-bit kabylake
Clang: 15.0.0 build 1500
Git: 2.45.2 => /usr/local/bin/git
Curl: 8.6.0 => /usr/bin/curl
macOS: 14.5-x86_64
CLT: 15.3.0.0.1.1708646388
Xcode: 15.4
Output of brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!Warning: Some installed formulae are deprecated or disabled.You should find replacements for the following formulae: cowsay[email protected][email protected]
Description of issue
When I try to uninstall a cask with the active developer directory pointing to Xcode, I get these series of errors (shortened because the full length is unbelievably long):
$ brew uninstall --force --zap eqmac
==> Implied `brew uninstall --cask eqmac`
==> Removing files:
/Library/Audio/Plug-Ins/HAL/eqMac.driver/
==> Dispatching zap stanza
==> Trashing files:
~/Library/Caches/com.bitgapp.eqmac
~/Library/Preferences/com.bitgapp.eqmac.plist
~/Library/WebKit/com.bitgapp.eqmac
==> Using sudo to gain ownership of path '
extern module compact_unwind_encoding "compact_unwind_encoding.modulemap"
^
/Applications/Xcode.app/Contents/Developer/Platforms/Ma
chown:
extern module compact_unwind_encoding "compact_unwind_encoding.modulemap"
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/mach-o/compact_unwind_encoding.modulemap: No such file or directory
==> Using sudo to gain ownership of path '
extern module dyld "dyld.modulemap"
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.
chown:
extern module dyld "dyld.modulemap"
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/mach-o/dyld.modulemap: No such file or directory
==> Using sudo to gain ownership of path '
extern module MachO "mach-o/module.modulemap"
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Mac
chown:
extern module MachO "mach-o/module.modulemap"
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/mach-o/module.modulemap: No such file or directory
==> Using sudo to gain ownership of path '
extern module MachO "mach-o/module.modulemap"
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/Mac
chown:
extern module MachO "mach-o/module.modulemap"
^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX14.5.sdk/usr/include/mach-o/module.modulemap: No such file or directory
Then I tried to switch to my command-line tools active developer directory, which gave me these separate errors (also shortened):
brew uninstall --force --zap eqmac
==> Implied `brew uninstall --cask eqmac`
==> Removing files:
/Library/Audio/Plug-Ins/HAL/eqMac.driver/
==> Dispatching zap stanza
==> Trashing files:
~/Library/Caches/com.bitgapp.eqmac
~/Library/Preferences/com.bitgapp.eqmac.plist
~/Library/WebKit/com.bitgapp.eqmac
==> Using sudo to gain ownership of path '
#import "./NSObjCRuntime.h"
^
/usr/local/include/xcode/objc/./NSObjCRuntime.h'
chown:
#import "./NSObjCRuntime.h"
^
/usr/local/include/xcode/objc/./NSObjCRuntime.h: No such file or directory
==> Using sudo to gain ownership of path '
#import "Headers/CoreFoundation.h"
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundati
chown:
#import "Headers/CoreFoundation.h"
^
/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/System/Library/Frameworks/CoreFoundation.framework/Headers/CoreFoundation.h: No such file or directory
==> Using sudo to gain ownership of path '
#import "dispatch.h"
^
/usr/local/include/xcode/dispatch/dispatch.h'
chown:
#import "dispatch.h"
^
/usr/local/include/xcode/dispatch/dispatch.h: No such file or directory
I've tried reinstalling the command-line tools, selecting the cli tools in Xcode, updating Xcode & homebrew but nothing seems to fix it.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Output of
brew config
Output of
brew doctor
Description of issue
When I try to uninstall a cask with the active developer directory pointing to Xcode, I get these series of errors (shortened because the full length is unbelievably long):
Then I tried to switch to my command-line tools active developer directory, which gave me these separate errors (also shortened):
I've tried reinstalling the command-line tools, selecting the cli tools in Xcode, updating Xcode & homebrew but nothing seems to fix it.
Relevant casks
Any cask
Beta Was this translation helpful? Give feedback.
All reactions