A new session could not be created. (Original error: Instruments crashed on startup)

笑着哭i 提交于 2019-12-06 23:47:34

In my case I had installed appium from a different user and the owner of the Appium.app was other user than the user I was trying to run from. Changing the owner to the current user resolved the issue.

I resolved this error by running ps aux | grep appium from command line, kill all appium and node processes and then restart appium.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!