-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Which XCode are you building against? #4
Comments
Oh, I should mention, this is the fork/update to the formula, that I haven't PR'ed yet, and will when we figure this out. |
Not so! I'm on El Capitan; XCode 8.0 is the stable release as of last week
2016年9月26日 03:59,"Ben" notifications@github.com寫道:
|
It appears, XCode 8.0 Command Line was released broken by Apple and isn't currently available, so I guess I sit for a while. I can't test, but I'll submit the pull request for the formula. I think you can require a version of xcode (eg. 8.0) but I've never needed that. |
Now that you mention it, I'm on the same CLT version (
It looks like your build process is trying to use brewed Swift and thus failing. What if you totally uninstall that and try with the built-in Swift binary? Does EDIT: There is no CLT 8.0, strangely. See this issue. |
I do not have XCode.app, with a 250GB SSD, I needed the space, sadly for other things, and yes I also have a uSD card in the SD slot, there is where media any media is, sadly I needed a machine ASAP, and the only one I could get in the timeframe with 16GB of ram was the 250GB model, and nothing is upgradeable. As I generally never used and actively disliked the GUI, I happily moved to CLT alone. My process is building brewed From CLT:
Brewed:
I saw that bug, sounds like Apple is bungling the roll out of CLT-8, hope it comes soon. |
Ah, I see. It seems you might still be able to avoid installing Xcode.app and still get Swift 3, though — have you tried Regardless, it looks like the build issue has little to do with my formula/program specifically and can't be fixed without Apple/Homebrew doing something, so I will close this issue for now. In case |
Here is my gist-log: https://gist.github.com/BenjaminHCCarr/5bc4e50342e14a8ea727a4685c35c0fc
I'm on
XCode Command Line Tools: 7.3.1.0.1.1461711523
Based on this response I see on
swift-build-devel
: https://lists.swift.org/pipermail/swift-build-dev/Week-of-Mon-20160321/000362.htmlswift-build
is swift 3.0, and the applestable
andhomebrew
are both 2.2.XCode 8.0 BETA
is Swift 3.0.I tried
--head
:I am guessing you're on Sierra at this point or at least the XCode BETA? Thoughts?
The text was updated successfully, but these errors were encountered: