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

[mac] fork 1.0.78.1 cli not working on high sierra 10.13.6 #611

Closed
khoan opened this issue May 6, 2019 · 2 comments
Closed

[mac] fork 1.0.78.1 cli not working on high sierra 10.13.6 #611

khoan opened this issue May 6, 2019 · 2 comments
Milestone

Comments

@khoan
Copy link

khoan commented May 6, 2019

$ sw_vers 
ProductName:	Mac OS X
ProductVersion:	10.13.6
BuildVersion:	17G6030
$ fork
dyld: Library not loaded: @rpath/libswiftAppKit.dylib
  Referenced from: /usr/local/bin/fork
  Reason: image not found
Abort trap: 6

fork cli version 1.0.73.5 works without any errors.

@DanPristupov
Copy link
Contributor

Swift 5 command line programs require the Swift 5 libraries. These libraries are included in the OS starting with macOS Mojave 10.14.4. When running on earlier versions of macOS you must install the following package manually.
https://support.apple.com/kb/DL1998?locale=en_US

@phuongnd08
Copy link

Thank for the solution. It should be nice if this to be automatically done when running brew cask install fork

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

3 participants