Hello,
I have recently been trying to start using Appium to automate tests. I have everything set up (from node.js to the app itself) and have tried running a server. The server starts normally. However, when I start the Inspector, it initially seems to load, however it gives me this line:
warn: Instruments socket client never checked in; timing out (global)
Before retrying 3 times (and giving the same error 3 times) and then telling me the Inspector could not be started.
I have Xcode 5.1.1 (I have downgraded because of problems with Appium and Xcode 6) and Instruments seems to work normally when I manually launch it. I have no idea what’s causing this, and searching the web has yielded no results.
I’d appreciate any help!
Thanks