slash-hq / slash

Slack terminal client.
Apache License 2.0
172 stars 16 forks source link

No way of building it on macOS 10.11 (Xcode 8.x) #23

Open dmilith opened 6 years ago

dmilith commented 6 years ago

I installed Swift 4.2 pkg from their page but Xcode still fails to build Slash on 10.11.6 :(

dmilith commented 6 years ago

Can you maybe provide a prebuilt version which will work on 10.11 please? :)

dmilith commented 6 years ago

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+)

philippkeller commented 5 years ago

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?

damian-kolakowski commented 5 years ago

@philippkeller Hmmm...., Xcode (Version 10.1 (10B61)) works for me. Could you please provide more info about the error?

You can find it here:

zrzut ekranu 2019-02-05 o 23 20 37
philippkeller commented 5 years ago

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)

dmilith commented 5 years ago

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