error: redefinition of module 'SwiftBridging' #5723
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 18 replies
-
Seems related to Homebrew/brew#18656, and will likely be fixed by Homebrew/brew#18656 (comment) |
Beta Was this translation helpful? Give feedback.
-
We've seen some reports of bugs with If you can, it's worth trying (note for future readers: check https://developer.apple.com/download/all/ if you're reading this a few weeks from now as there may be a newer version - 16.2 will probably be out in December) |
Beta Was this translation helpful? Give feedback.
-
Tried install Xcode from APP Store and remove CLT directory, problem solved. |
Beta Was this translation helpful? Give feedback.
-
I think reinstalling with xcode commandline install 16.3, which is causing
the issue.
…On Mon, Jan 27, 2025 at 12:18 PM Dakota Chambers ***@***.***> wrote:
I was also getting Swift errors when trying to upgrades casks installed
via Homebrew after upgrading from MacOS 14 Sonoma to 15 Sequoia.
(Re)installing the command line tools via xcode-select --install did not
work for me, but manually grabbing the 16.2 CLT .dmg from the apple
developer website and then installing did fix the issue.
Not sure what's up with the xcode-select installer 🤷
—
Reply to this email directly, view it on GitHub
<#5723 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AATBNWGBRLDC6HJ36N6EHZL2M2H7VAVCNFSM6AAAAABRMX4LR6VHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCOJXGUYTCMA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
We've seen some reports of bugs with
xcode-select --install
where multiple CLT versions get installed together, which breaks things entirely.If you can, it's worth trying
sudo rm -rf /Library/Developer/CommandLineTools/
and then instead ofxcode-select --install
download "Command Line Tools for Xcode 16.1" from here: https://download.developer.apple.com/Developer_Tools/Command_Line_Tools_for_Xcode_16.1/Command_Line_Tools_for_Xcode_16.1.dmg (needs a developer account but that's free).(note for future readers: check https://developer.apple.com/download/all/ if you're reading this a few weeks from now as there may be a newer version - 16.2 will probably be out in December)