sourcekite icon indicating copy to clipboard operation
sourcekite copied to clipboard

Where is the libs with swiftenv

Open aelam opened this issue 7 years ago • 2 comments

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 ?

aelam avatar Mar 23 '17 08:03 aelam

@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

jinmingjian avatar Mar 23 '17 10:03 jinmingjian

There is no swift3.1 in swiftenv install list

发自我的 iPhone

在 2017年3月23日,下午6:00,Jin Mingjian [email protected] 写道:

@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.

aelam avatar Mar 23 '17 10:03 aelam