Could Not Launch Appium Inspector

2019-09-11 18:55发布

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.

2条回答
手持菜刀,她持情操
2楼-- · 2019-09-11 18:57

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
查看更多
何必那么认真
3楼-- · 2019-09-11 18:59

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

查看更多
登录 后发表回答