我有Xcode 6.2 Beta。尝试
xcrun simctl
最终产量
xrun:错误:无法找到实用程序“simctl”,不是开发工具或在PATH中
我有Xcode 6.2 Beta。尝试
xcrun simctl
最终产量
xrun:错误:无法找到实用程序“simctl”,不是开发工具或在PATH中
当前回答
以下是解决此问题的步骤-
open terminal on your mac type cd.. 2 times Now go to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs Now type ls, you will find sdk's here. Fir iPhone, you should see iPhoneOS.sdk. copy this path as /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk now reopen the terminal and type export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk now this error should be removed and your devices should be now recognised by system
其他回答
如果你对命令行“方法”感兴趣,请尝试:installer -pkg /Applications/Xcode.app/Contents/Resources/Packages/XcodeSystemResources。PKG -target /。另外,请确保Xcode -select -s选择了正确的Xcode安装路径。
我也有同样的问题。我的应用程序工作得很好,但突然在下一次运行时,它开始抛出“simctl”错误。似乎我已经在后台启动了Xcode更新安装。
修正:我刚刚启动Xcode应用程序,它提示安装一些悬而未决的工具更新。Xcode更新后,我的应用程序开始正常工作。
我通过进入解决了这个问题
Xcode > Preferences > Locations
分配命令行工具
Xcode 7.2测试版(7C46t)
在首选项中添加xcode ->位置工作正常
在Xcode中,打开顶部的Xcode菜单,然后选择Preferences…,然后选择Locations选项卡。