Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working on macOS Catalina beta 2 #1

Open
Jeehut opened this issue Jul 1, 2019 · 4 comments
Open

Not working on macOS Catalina beta 2 #1

Jeehut opened this issue Jul 1, 2019 · 4 comments

Comments

@Jeehut
Copy link

Jeehut commented Jul 1, 2019

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.

@thii
Copy link
Collaborator

thii commented Jul 2, 2019

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?

@thii thii added the bug Something isn't working label Jul 2, 2019
@Jeehut
Copy link
Author

Jeehut commented Jul 2, 2019

My command line tools are set to Xcode 10.2.1.

@thii
Copy link
Collaborator

thii commented Jul 4, 2019

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 Swiftbrew with 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.

@Jeehut
Copy link
Author

Jeehut commented Jul 4, 2019

Thank you for investigating this. I will try shortly and report if I encounter any issues.

@thii thii removed the bug Something isn't working label Jul 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants