-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
fatal error: Loading sourcekitd.framework/Versions/A/sourcekitd failed #1466
Comments
Have you installed Xcode? What's the result of |
Yeah, i've installed xcode. swiftlint was working fine but suddenly it started throwing this error. |
The command line tools located at Where have you installed Xcode? If it's installed under
If it's installed elsewhere, please replace the |
Thanks. Issue got resolved |
Thank you so much! advice helped me. |
thanks a lot !! it helped me as well :) |
Thank you jpsim!, It works for me!. macOS Big sur 11.6. |
Thank you @jpsim from bottom of my heart, this helped me to resolve my issue |
This is not sufficient, if you have a nightly/snapshot swift toolchain installed. See: #5325 (comment) |
Thanks, this help me a lot! |
I started facing this fatal error while running the lint command.
fatal error: Loading sourcekitd.framework/Versions/A/sourcekitd failed: file /tmp/swiftlint-20160824-65136-lo3uim/Carthage/Checkouts/SourceKitten/Source/SourceKittenFramework/library_wrapper.swift, line 59
.git/hooks/pre-commit: line 7: 32011 Illegal instruction: 4 ${SWIFT_LINT} lint --strict --quiet --path ${filename}
Any suggestions why suddenly this fatal error is stopping swiftlint?
The text was updated successfully, but these errors were encountered: