我最近重新格式化我的Mac。今天,我嘗試通過Terminal建立一個快速的可執行文件來啓動一個服務器端的swift項目。下面是我用的命令:運行在終端斯威夫特構建導致「平臺路徑」錯誤
迅速包初始化--type可執行
迅速構建
在運行swift build
,我得到了以下錯誤:
xcrun: error: unable to lookup item 'PlatformPath' from command line tools installation
xcrun: error: unable to lookup item 'PlatformPath' in SDK '/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk'
我正在運行Xcode 8.3.1。
在此先感謝!