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

家住魔仙堡 提交于 2019-12-08 08:15:52

问题


Facing this issue while working on appium. couldnt able to launch the app in the simulator as appium server is throwing the above error.


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/22248328/a-new-session-could-not-be-created-original-error-instruments-crashed-on-star

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