之前启动appium-inspector一直正常,突然报错如下:
Error
An unknown server-side error occurred while processing the command. Original error: simctl error running 'list': dyld: Symbol not found: _SimDeviceBootKeyDisabledJobs Referenced from: /Applications/Xcode.app/Contents/Developer/usr/bin/simctl Expected in: /Library/Developer/PrivateFrameworks/CoreSimulator.framework/Versions/A/CoreSimulator in /Applications/Xcode.app/Contents/Developer/usr/bin/simctl
appium中log日志提示也是500服务端错误
解决办法:打开xcode会提示安装一个component组件,安装好,再次打开启动appium-inspector即可