Swift.org issue with open source swift project. Error: xcrun: error: unable to find utility “launch-with-toolchain”, not a developer tool or in PATH

岁酱吖の 提交于 2019-12-18 07:33:11

问题


I am trying to Start Xcode with the custom toolchain and to be enabled to use the open source version of Swift.

Steps are taken from Swift.org

And I receive this error:

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

回答1:


The open source Swift toolchain from https://swift.org/download/#apple-platforms requires the latest Xcode 7.2 (currently: beta 4).

The location of the developer directory used by xcrun and other build tools must be set to this Xcode 7.2. This can be done from the command-line with

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

or in the Xcode "Locations" preferences:



来源:https://stackoverflow.com/questions/34089153/swift-org-issue-with-open-source-swift-project-error-xcrun-error-unable-to-f

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!