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.