Closed pluckytree closed 7 years ago
Sorry, I missed the existing closed issue, thanks.
@pluckytree still thanks for report:) Basically, Swift 3.0.x is not supported because the SDE is using "swift package describe" to discovery the metadata of a SPM project which is new in the 3.1 train.
Probably user error but I've not been able to get around a problem I'm having building your project. Here's the setup:
sudo ln -s /usr/lib/sourcekitdInProc.framework/sourcekitdInProc /usr/lib/sourcekitdInProc sudo ln -s /home/pi/swift-source/usr/lib/sourcekitdInProc.framework/sourcekitdInProc /home/pi/swift-source/usr/lib/sourcekitdInProc
pi@cricketpi:~/projects/sourcekite$ swift build -Xlinker -l:sourcekitdInProc Linking sourcekitd /usr/bin/ld: cannot find -l:sourcekitdInProc clang: error: linker command failed with exit code 1 (use -v to see invocation)