We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installing via the package gives
dyld: Library not loaded: @rpath/libswiftCore.dylib Referenced from: /usr/local/bin/sourcekittendaemon Reason: image not found
and trying make results in
bash-3.2$ make mkdir -p .build/release swift build -c release --build-path .build /xxx/SourceKittenDaemon: error: manifest parse error(s): /xxx/SourceKittenDaemon/Package.swift:3:8: error: no such module 'PackageDescription' import PackageDescription ^ make: *** [Makefile:60: .build/release/sourcekittend] Error 1
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered:
I'm in the same boat as you... I hope someone can swoop in and help out
Sorry, something went wrong.
No branches or pull requests
Installing via the package gives
and trying make results in
Any ideas?
Thanks!
The text was updated successfully, but these errors were encountered: