2015-10-22 25 views

回答

1

爲了解決這類問題:在終端的/ usr/bin中/ otool

運行,並檢查所生成的錯誤消息。

如果您收到以下錯誤消息:

xcrun: error: active developer path ("/Applications/Xcode-beta.app/Contents/Developer") does not exist, use xcode-select --switch path/to/Xcode.app to specify

然後,只需在終端使用Xcode中選擇命令更新路徑的Xcode:

sudo xcode-select --switch /Applications/Xcode.app 

這應該可以解決這個問題,讓你運行所有沖泡命令沒有任何問題。