go-ios icon indicating copy to clipboard operation
go-ios copied to clipboard

iOS 17.0.1 not starting the service com.apple.testmanagerd.lockdown.secure

Open gusoard opened this issue 2 years ago • 3 comments

Describe the bug Is not possible to start the web driver agent server due to this error:

service:com.apple.testmanagerd.lockdown.secure with reason:'InvalidService'

This issue started on the test iPhone once updated to iOS 17.0.1. Before, it was working like a charm. I add information of another iPhone with iOS 16.3.

Both iPhones have the same WDA app installed, compiled from the same WDA project (latest appium xcuidriver and with appium 2)

Is weird, since when launching the test from xCode, it works OK (the server is started)

To Reproduce Steps to reproduce the behavior:

  1. Install the WDA app in an iPhone with iOS 17.0.1
  2. Install latest go-ios (v1.0.116 to this date)
  3. Execute "ios runwda" on the iPhone

Expected behavior WDA started using iOS 17.0.1

Screenshots go-ios version ➜ ~ ios --version {"version":"v1.0.116"}

Devices list: image (1)

Failing iOS 17.0.1

image

Working iOS 16.3

image (2)

Desktop (please complete the following information):

  • OS: macOS Ventura
  • Version: 13.6

Smartphone (please complete the following information):

  • Device: iPhone 14
  • OS: iOS 17.0.1

Additional context Same iPhone, before updating to iOS 17.0.1 started the server without issues

gusoard avatar Sep 27 '23 09:09 gusoard