go-ios
go-ios copied to clipboard
iOS 17.0.1 not starting the service com.apple.testmanagerd.lockdown.secure
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:
- Install the WDA app in an iPhone with iOS 17.0.1
- Install latest go-ios (v1.0.116 to this date)
- 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:
Failing iOS 17.0.1
Working iOS 16.3
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