Unable to launch apk using appium. error: Unhandled error: Error: connect ECONNREFUSED

I looked all around for an answer for this but I’m not sure. The best I’ve found is the release notes for Appium 1.6.0, which just states ‘support’ for Xcode 8. I have no idea if you can use Xcode 7 with Appium 1.6.5:

Sure. But if you want to use the capabilities you need to start the ‘Driver’ after you start the server. Have you looked at any of the tutorial’s or sample code like this one (note that you may want to move away from the GUI and to a Node install when doing this):

Appium should automatically start up the App for you. Take a look at starting the driver and see if that doesn’t take care of this.