Could Not Launch Appium Inspector

2019-09-11 19:14发布

问题:

Guys how to overcome from this problem while launching the iOS app from appium server, unable to open appium inspecter please help me out to come out of the group guys.

this below warning message from in the pop up

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.

please help me out to come out of the group guys.

回答1:

Build the app through XCode, and then specify path to the app, you should be able to find it through XCode.

Update

I had the same problem a while, here is how I solved it:

  1. Build the application on your Mac using Xcode Simulator
  2. Find location of the app on your machine, here is how to do it
  3. Enter the path in Appium GUI
  4. Now you should be able launch inspector

Some additional information:

  1. My old blog on how to setup Appium GUI
  2. Blog on how to start using Appium tutsplus


回答2:

Appnium can only recognized .app file. It cannot open the .ipa file.