Open dmilith opened 6 years ago
Can you maybe provide a prebuilt version which will work on 10.11 please? :)
Regardless, I did build which works on 10.11 as well from master - http://s.verknowsys.com/80ec5904be5a302bb466dbc7ae4e479e (It's prebuilt binary that works on 10.11+)
Same issue here. Getting:
The following build commands failed:
CompileSwift normal x86_64
CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler
(2 failures)
@dmilith : the link you posted is a 404, can you provide that binary somehow or describe how you compiled it?
@philippkeller Hmmm...., Xcode (Version 10.1 (10B61)) works for me. Could you please provide more info about the error?
You can find it here:
oh, it now worked after doing
git clone git@github.com:slash-hq/slash.git
cd slash
xcodebuild
Seems that the compilation via brew install is broken.
Btw: I'm on Xcode 10.1, on OSX 10.14.2 (18C54)
Yes it works from 10.14, but not from 10.11. Cause some magical reasons Xcode has only SDK 10.12 and build fails anyway http://s.verknowsys.com/83a21b7cfd8c3db8903a370f4748910f.png
I installed Swift 4.2 pkg from their page but Xcode still fails to build Slash on 10.11.6 :(