Hello,
I start my iOS emulator (8.2) via Appium.app. Everything works fine. The Emulator starts up and the App starts correctly as well. But as soon as I try to open now the Inspector I get the following error message:
Could not get list of sessions from Appium Server
Be sure the Appium server is running with an application opened by using the “App Path” parameter in Appium.app (along with package and activity for Android) or by connecting with selenium client and supplying this in the desired capabilities object.
I’ve uploaded the log output when I start my appium server with my application: http://pastebin.com/btqYdpMD
But I couldn’t see any error messages in here.