我有Xcode 6.2 Beta。尝试
xcrun simctl
最终产量
xrun:错误:无法找到实用程序“simctl”,不是开发工具或在PATH中
我有Xcode 6.2 Beta。尝试
xcrun simctl
最终产量
xrun:错误:无法找到实用程序“simctl”,不是开发工具或在PATH中
当前回答
在终端,试试这个。
sudo xcode-select -s /Applications/Xcode.app
/应用程序/ Xcode。app就是Xcode。应用路径。
如果你仍然得到错误在终端。
尝试sudo xcodebuild -license来同意许可。
其他回答
在执行命令时也有类似的问题
./Scripts/bootstrap.sh -d.
这帮助我Xcode >首选项>位置,设置命令行工具
运行Xcode时,打开Xcode菜单,选择Preferences…,然后选择location
在“位置”,“命令行工具”,选择你的Xcode版本。
应该没问题。这对我很管用。
以下是解决此问题的步骤-
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安装路径。
在首选项中添加xcode ->位置工作正常