Skip to content

Commit 38a0eeb

Browse files
committed
doc: Common Issues for use same version of sourcekit-lsp
1 parent 1a28978 commit 38a0eeb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Readme.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ if you found find definition or references is not work correctly, just build it
9898

9999
current implementation is basicly work, but may have some rough edges. Please report issue if you have any problem. If you want to help, can check the open issue list. PR is always welcome.
100100

101+
# Common Issues
102+
103+
* If you use multiple versions of xcode or sourcekit-lsp, and it doesn't work properly, such as Loading the standard library failed, you should check that the build and sourcekit-lsp versions are **consistent**. Usually you can use `xcode-select` to switch toolchains, and use `xcrun sourcekit-lsp` to use the corresponding lsp version.
104+
101105
# Development
102106

103107
## Release new version

0 commit comments

Comments
 (0)