xcrun找不到simctl


170

尝试:

xcrun simctl 

terminal收益率:

xcrun:错误:无法找到实用程序“ simctl”,不是开发人员工具或在PATH中

我有Xcode 6.2 Beta。

有什么建议?

Answers:



71

在Xcode中,打开顶部的Xcode菜单,然后选择Preferences…,然后选择Locations选项卡。

Xcode屏幕截图


1
这使得如何进行更改变得更加清晰,感谢您的照片!
何塞(Jose)

29

在终端中,尝试此操作。

xcode-select -s /Applications/Xcode.app

/Applications/Xcode.app是您的Xcode.app路径。


11

我有同样的问题。我的应用程序运行良好,但是突然在下一次运行中,它开始引发“ simctl”错误。看来我已经在后台启动了Xcode更新安装。

修复:我刚刚启动了Xcode应用程序,它提示安装一些未决的工具更新。Xcode更新后,我的应用程序开始正常运行。


5

运行Xcode时,打开Xcode菜单,转到Preferences…,然后选择Locations

在“位置”的“命令行工具”中,选择您的Xcode版本。

应该没事的 这对我有用。


2

如果您对命令行“方法”感兴趣,请尝试:installer -pkg /Applications/Xcode.app/Contents/Resources/Packages/XcodeSystemResources.pkg -target /。另外,请确保xcode-select -s选择正确的Xcode安装路径。


2

在首选项->位置添加xcode效果很好


2
在Preferences->位置中将命令行工具添加为xcode版本可以正常工作
Anshu
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.