Appium inspector on real device - iOS

孤人 提交于 2019-12-06 10:47:56

You're getting the log:

"Real device specified but no ipa or app path, assuming bundle ID is on device"

When I try to run the inspector without the app path, I get the error:

...running with an application opened by using the "App Path" parameter in Appium.app ...or by connecting with selenium client and supplying this in the desired capabilities object.

Try This:

  • Archive a build in Xcode, then copy the .app file that's generated into a relevant directory.
  • Copy the path of the .app file into the 'app path' configuration.
  • Run It
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!