1

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

user3392291
  • 21
  • 1
  • 2
  • 5

2 Answers2

0

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.

user921064
  • 21
  • 4
0

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

Bebop_
  • 645
  • 2
  • 6
  • 9