我按照此处的说明进行操作,但无法在我的 Mac 上使用蒸汽。这是我的 xcode 和 swift 版本
Xcode 8.0
Build version 8S174q
Apple Swift version 3.0-dev (LLVM 8fcf602916, Clang cf0a734990, Swift 000d413a62)
Target: x86_64-apple-macosx10.9
当我尝试使用此命令安装工具箱时
curl -sL toolbox.qutheory.io | bash
安装不成功并产生此消息
⚠️ It looks like your Command Line Tools version is incorrect.
Make sure Xcode > Preferences > Locations > Command Line Tools is set correctly.
Correct: Xcode 8.0 (8S162m)
Current: Xcode 8.0
Build version 8S174q
⚠️ It looks like your Swift install location has been modified.
Correct: /usr/bin/swift
Current: /Users/<name>/.swiftenv/shims/swift
❌ Incompatible
Reason: Invalid Swift version
Output must contain 'swiftlang-800.0.33.1'
Current 'swift -version' output:
Apple Swift version 3.0-dev (LLVM 8fcf602916, Clang cf0a734990, Swift 000d413a62) Target: x86_64-apple-macosx10.9
Visit our docs for step-by-step instructions on installing Swift correctly.
http://docs.qutheory.io
or Join our Slack and we'll help you get setup.
http://slack.qutheory.io
由此,我可以推断出我的 swift 位置错误(我不记得更改它)并且我的 xcode 内部版本号错误(因为 xcode beta 2 不再可供下载,所以我得到了 xcode beta 3。)
任何人都可以帮助我在不做太多更改的情况下完成这项工作,还是这个框架仍然过于挑剔而无法使用稍微不同的设置?