Closed sonnguyen9800 closed 2 years ago
Hi @sonnguyen9800
Sorry for the late response. Got quite a lot to do within the last month! Did you change your swift version after installation or do you have multiple versions installed?
Maybe recompilation might help.
Hi @sonnguyen9800
Sorry for the late response. Got quite a lot to do within the last month! Did you change your swift version after installation or do you have multiple versions installed?
Maybe recompilation might help.
Hello,
I don't think that there were multiple version of Swift installed on my laptop. Also, the only version I used was the newest one.
Well, as the problem was very troublesome, I decided to use my campus's Mac to code swift instead. So this issue can be closed for now.
Best Regards
Hello everyone,
Today I tried to code Swift on my Ubuntu machine, using
sourcekite
language server. I did successfully build the server, however, when i hover over some key code, the output prompted some errors involved with missing"stdlib"
module.The full output looks like this:
It is seem that's I lack one or more cpp header? In addition, i did install
libcurl4-openssl-dev
into my machine.Any help is very appreciated! =)