jinmingjian / sourcekite

the backend of SDE's language server
Apache License 2.0
56 stars 9 forks source link

Where is the libs with swiftenv #7

Open aelam opened 7 years ago

aelam commented 7 years ago
swift build -Xswiftc -framework -Xswiftc sourcekitd -Xswiftc -F -Xswiftc /Library/Developer/Toolchains/swift-latest.xctoolchain/usr/lib -Xlinker -rpath -Xlinker /Library/Developer/Toolchains/swift-latest.xctoolchain/usr/lib

I've installed the swiftenv correctly. It seems the toolchains path is different from yours Have no idea how to fix my problem

Could you help ?

jinmingjian commented 7 years ago

@aelam no change to the location form my swiftenv installing.

For this command, the sourcekit framework is assumed to be available under

/Library/Developer/Toolchains/swift-latest.xctoolchain/usr/lib

the workaround is to download swift dev 3.1 from the official site

aelam commented 7 years ago

There is no swift3.1 in swiftenv install list

发自我的 iPhone

在 2017年3月23日,下午6:00,Jin Mingjian notifications@github.com 写道:

@aelam no change to the location form my swiftenv installing.

For this command, the sourcekit framework is assumed to be available under

/Library/Developer/Toolchains/swift-latest.xctoolchain/usr/lib

the workaround is to download swift dev 3.1 from the official site

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.