Running from a Mac Studio -> iPhone 16.1.2. Remote Automation is enabled on the iPhone. The iPhone trusts the Studio. It is logged in with Safari open.
"Could not create a session: Some devices were found, but could not be used:\n- [unknown wired device]: device is not paired\n- iPhone (61): Remote Automation is turned off (turn it on via Settings > Safari > Advanced > Remote Automation) (SessionNotCreated)"
I've checked that Remote Automation is enabled. I've reset the privacy settings to re-pair and trusted the Studio.
SafariOptions opt = new SafariOptions();
opt.PlatformName = "iOS";
using (var driver = new OpenQA.Selenium.Safari.SafariDriver(opt))
{
driver.Navigate().GoToUrl("https://apple.com");
}