-
Notifications
You must be signed in to change notification settings - Fork 227
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 'complete' resulting in Loading standard library failed. #750
Comments
same issue |
Dunno if I am closer or further away: |
I think I might be a little bit closer, but I'm still running in to what I believe is the same bug. I'm on 0.34.1.
I've tried with and without
For what it's worth, I believe that the arguments passed to I'm guessing the complete feature is not compatible with the latest Xcode + clang + etc. |
I tried the complete version from documentation but with my current SDK.
sourcekitten complete --text "import UIKit ; UIColor." --offset 22 -- -target arm64-apple-ios16.0-simulator -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.0.sdk
:0: warning: using sysroot for 'MacOSX' but targeting 'iPhone'
:0: error: unable to load standard library for target 'arm64-apple-ios16.0-simulator'
Error: Loading the standard library failed
I don't know whats wrong. Any ideas?
The text was updated successfully, but these errors were encountered: