-
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
SourceKitten #5325
Comments
On macOS, make sure Xcode is installed. See #1466 (comment) for help. |
This also occurs when using a nightly/snapshot toolchain. (tested with latest Swift 5.10 Development Toolchain). |
This fixed it for me. I had to remove the Swift 6.0 snapshot toolchain. |
SourceKittenFramework/library_wrapper.swift:58: Fatal error: Loading sourcekitdInProc.framework/Versions/A/sourcekitdInProc failed macOS Sequoia and Xcode 16.0 |
This should be reopened. |
SourceKittenFramework/library_wrapper.swift:58: Fatal error: Loading sourcekitdInProc.framework/Versions/A/sourcekitdInProc failed same here. guess this should be reopened. |
Also seeing this after downloading the Xcode 12.6 RC. Tried removing and reinstalling with no luck. I'm on MacOS Sequoia 15.1.1 (24B91). |
I had this problem when used xcodes in terminal. My version of Xcode 16.1 was marked as "installed". Then I opened AppStore and downloaded Xcode app from there. And after this problem solved. And xcodes it terminal now shows "installed, selected". Maybe it is not necessary to download app from AppStore and only type command it terminal (xcodes select) but in mine case only new app download helped. So it seems was an issue in Xcodes duplicates. And command in terminal "xcodes uninstall 16.1.0" erased unnecessary one. And now everything works fine |
@ognerub so it looks like we cannot have 15.4 and 16.1 at the same time? |
In truth after update to Sequoia I`ve deleted XCode 15.3 from xcodes, and now use only version 16.1. |
Hey folks! I also just encountered this error message and found this issue while looking for an answer. Doing this solved it for me: #1466 (comment) |
Thanks @TimOliver, that did it for me too! 🙏🏼 |
Hello! I received this error "SourceKittenFramework/library_wrapper.swift:31: Fatal error: Loading sourcekitdInProc.framework/Versions/A/sourcekitdInProc failed", when wrote fix command "swiftlint --fix".
Update and reinstall aren't help me.
The text was updated successfully, but these errors were encountered: