我正在尝试使用自定义工具链启动Xcode并启用它以使用Swift的开源版本。
步骤取自Swift.org
我收到此错误:
xcrun: error: unable to find utility "launch-with-toolchain", not a developer tool or in PATH
答案 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”首选项中: