-
Notifications
You must be signed in to change notification settings - Fork 380
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WDA won't start up. #945
Comments
I guess you'd like to do https://appium.github.io/appium-xcuitest-driver/latest/guides/run-preinstalled-wda/#additional-requirement-for-ios-17tvos17 Also, if you tried something via Appium, please attach the full Appium log |
@KazuCocoa https://pastebin.com/8GQQ7ZxY - Appium Logs, try run Inspector. And regarding your post above, I've tried them already. I've seen about Framework, I've tried running it and uninstalling it. But the most important commands from them do not run, because of the absence of such a file or subcommand. More information will be given by what I used and the appium:usePreinstalledWDA setting, when running from the console and from the inspector. It is the same everywhere, it opens the WebDriverAgentRunner-Runner application and closes it immediately. And even if I use the command devicectl device process launch --device 00008020-000E4080368A002E --terminate-existing --environment-variables '{“USE_PORT”: “54377”, “WDA_PRODUCT_BUNDLE_IDENTIFIER”: “com. aui.WebDriverAgentRunner.xctrunner”, ‘MJPEG_SERVER_PORT’: ‘54378’}' com.aui.WebDriverAgentRunner.xctrunner It says it has run, but it just opens the application and closes it immediately. |
As the link I attached, didn't your installed WDA have
Your attached link ended with:
Did you end the session then? or the link missed contents? The device's system log would help to see the error message why it failed to start WDA. |
https://pastebin.com/W7BeBcr5 Unfortunately the whole part of the log didn't fit. But I always get this error when I run this command. And the most nonsense is that when I build and test it all through XCode, it runs everything without errors, but here it writes that there is no certificate, although it runs normally through XCode. I've cleared the XC* |
Did you use a free account with
Then, please share the device log when you launch the app on a real device. It may have a reason why the app launch failed. |
Yeah, that's what I use. |
What kind of app is it exactly? WDARunner? And where can I find logs with this action? |
https://pastebin.com/xPbnrEkm Ran the command from your link, for ios |
The device log is the device's system log that usually can get via console.app on the host machine, or |
I've been dealing with this problem for a couple of days, the most standard configuration is done in WebDriverAgent(XCode), I make a build of WDARunner, after making a test of the same TARGET, it installs me WDA on the iPhone, starts it (the screen fades and there is an inscription that it is automation and how it can be turned off). As soon as I turn off this test or reboot the phone, of course WDA is disabled, and when trying to run it manually again, nothing works, it just opens for a second and closes immediately, to run it again you need to run the test again from the XCode application.
I tried IDB, when I tried to use capabilities related to WDA startup, it wrote that it didn't find it.
And no, I don't want to run the test and WDA through XCode every time. Thank you all in advance, please help me. I did everything I saw, cleared data, checked certificates, reinstalled and more.
The text was updated successfully, but these errors were encountered: