Closed chewbacca70 closed 3 years ago
Yes, it says this if you don't have WebDriverAgent installed to your device build from the repo pulled by this project.
The repo used is my fork of the Appium fork. It needs to be built and installed to your device before running the provider.
If you are using some alternative build of WebDriverAgent instead of my fork, be aware of two things:
Closed the Issue as I was able to install WDA now from the repo. Maybe this could also be mentioned in the readme that it is a precondition to install WDA as I was missing it out completely.
Hi, I added
startMethod: "tidevice" to my config.json file
I did make usetidevice
but when ./main run I get this issue.
Connected to control port Attempting to connect to video Connected to video port Main loop start FIRSTFRAME{"type":"frame1","width":562,"height":1000,"uuid":"dc490c9beb4c3423b1102678f57eab21d2c20fc7"} FATA[0002] [WDA] Incorrect WDA bundle id port=8102 proc=wda rawErr="tidevice.exceptions.MuxError: ('No app matches', 'com.appium.WebDriverAgentRunner.xctrunner')" type=wda_start_err uuid="***0fc7"
Any idea why this happens? BR