2015-10-22 26 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 

这应该可以解决这个问题,让你运行所有冲泡命令没有任何问题。