Open balaganes opened 4 years ago
I am also facing the same. Any luck with this?
No Luck 👎 Got below message from one of the Contributors of Libimobile device.
We do not have a full public implementation that is able to do that. One would have to glue bits and pieces manually now to do this. Furthermore, your question affects services that only work with a mounted developer disk image and are not really part of the default iOS services we primarily target for the API reimplementation for now.
I'm trying to start Appium's webdriveragent in real device using idevicedebug -d run com.facebook.WebDriverAgentRunner.xctrunner I got the below error in device log. It seems like trying to contact back with XCode IDE.
default 20:20:44.131175+0530 testmanagerd Not permitting UI test control for client with pid 2281, no matching control session found
I've checked the device logs when test via xcode, there are some logs related to attaching the IDE with test sessions. Is it possible to add IDE to test session before starting the actual xctest application using libimobiledevice.
Please help me to sort out the issue.