➜ ultraviolet-next git:(main) ✗ agent-device session list
{
"sessions": [
{
"name": "third",
"platform": "ios",
"device": "iPhone 17 Pro",
"id": "AF1AB299-A7F1-41E4-A562-A42E3061F336",
"createdAt": 1770536566139
},
{
"name": "second",
"platform": "ios",
"device": "iPhone Air",
"id": "50358781-E22D-4CC4-99C5-005606BE5F54",
"createdAt": 1770581225120
},
{
"name": "fourth",
"platform": "ios",
"device": "iPhone 16 Pro",
"id": "E6D0D97A-0EFF-4013-B6F0-F552F98B41AA",
"createdAt": 1770588742937
}
]
}
This timesouts:
agent-device snapshot --session fourth
This works
agent-device snapshot --session third
This also works:
agent-device snapshot --session second
But opening apps works only
agent-device open Settings --session fourth
I try to reset all settings of that simulator 18.6
But I noticed that it does not install the 2 apps for controlling the simulator like the other two simulators
This timesouts:
This works
This also works:
But opening apps works only
I try to reset all settings of that simulator 18.6
But I noticed that it does not install the 2 apps for controlling the simulator like the other two simulators