Swift.org与开源swift项目的问题。错误:xcrun:错误:无法找到实用程序“launch-with-toolchain”,而不是开发人员工具或PATH

时间:2015-12-04 13:09:40

标签: swift macos terminal xcrun

我正在尝试使用自定义工具链启动Xcode并启用它以使用Swift的开源版本。

步骤取自Swift.org

我收到此错误:

xcrun: error: unable to find utility "launch-with-toolchain", not a developer tool or in PATH

1 个答案:

答案 0 :(得分:27)

来自https://swift.org/download/#apple-platforms的开源Swift工具链需要最新的Xcode 7.2(目前:测试版4)。

xcrun和其他构建工具使用的开发人员目录的位置必须设置为此Xcode 7.2。这可以从命令行完成 与

sudo xcode-select -s /path/to/Xcode7.2-beta.app/Contents/Developer

或在Xcode“Locations”首选项中:

enter image description here