Swiftbrew
Swiftbrew copied to clipboard
Not working on macOS Catalina beta 2
I know this is beta software, but it would be still great to get this fixed if possible, especially given that Homebrew currently doesn't support the tightened security of Catalina yet, which is a great opportunity for this library to gain some initial traction.
Here's the command and the error I'm currently getting after installing Swiftbrew via Mint:
swift brew install JamitLabs/Accio
This copy of libswiftCore.dylib requires an OS version prior to 10.14.4.
Abort trap: 6
My command line tools are set to Xcode 10.2.1.
Thanks for reporting this. I’ll take a look when I have access to a Catalina machine. Could you let me know which Xcode version were you using?
My command line tools are set to Xcode 10.2.1.
I tried on Catalina and this doesn't look like a Swiftbrew's bug. It seems like the version of libswiftCore.dylib bundled in Xcode was being loaded.
To install it on macOS Catalina, there are some ways:
- Set your command line tools to Xcode 11 beta and reinstall
Swiftbrewwith Mint.
mint install --force swiftbrew/Swiftbrew
-
Install it via Homebrew (you may also need to set your command line tools to Xcode 11 beta if Homebrew complains that your Xcode is too outdated).
-
Download the binary from the GitHub releases and put it in your
PATH.
Thank you for investigating this. I will try shortly and report if I encounter any issues.