Closed man4567890 closed 3 years ago
You can test starting WDA by itself without any of the other parts by running ./main wda
in the provider project.
The WDA outputs a log file to wda.log
in that same folder. If it starts up and actually does something it will generate some output.
By default, go-ios
is used to start WDA. It doesn't work for all device types currently.
I'd recommend switching to tidevice
instead as it has more compatibility currently. See the instructions on how to do that at the bottom of the provider readme: https://github.com/nanoscopic/ios_remote_provider
Thanks so much, I got it working, there were some old STF stuff running, so killed them with pkill node pkill stf pkill iproxy
Hi @nanoscopic Me again :-), the next problem that I have, on the Mac Mini, the make wda is successful, I Think
But when I run the ./main run on the Mac Mini , I get this
On ControlFloor I get
My question is my config.json on the Mac mini looks like this
The ControlFllor config.json is like this
I get the info in the UI, but nothing in the Device Video screen, do I have to test the WDA xcode project and the VidStream through Xcode, (BTW I'm running Xcode 12.5.1 and the device is on iOS15). For the VidStream I cannot test, only run is available, WDA I can test, so it installs on the device but not Vidstream. If I run Vidsctream, I can see it on the device screen and I can start Broadcast
Please help!!