github doronz88/pymobiledevice3 v11.12.3

latest release: v11.12.4
2 hours ago

Highlights

📝 The "Failed to start service" hint no longer sends you down the wrong path

The hint printed when a developer service fails to start gave two pieces of stale advice:

  • It told iOS 15 users to enable Developer Mode, which only exists since iOS 16. The threshold now
    says iOS 16+.
  • It told iOS 17+ users to pass --rsd. By the time this message prints, the CLI has already
    retried over the default in-process tunnel, so that was never the fix. The hint now says the
    tunnel is automatic and that only Linux/Windows hosts with iOS 17.0-17.3 still need a privileged
    tunneld (macOS serves those devices no-root via the native tunnel). It links the tunnels guide
    instead of a README anchor that no longer exists.

The tunnels guide, its support table and the troubleshooting page were corrected the same way: they
claimed iOS 17.0-17.3.1 needs tunneld on every platform.

Thanks to @rob-X1 for spotting the Developer Mode mistake.

What's Changed

Full Changelog: v11.12.2...v11.12.3

Don't miss a new pymobiledevice3 release

NewReleases is sending notifications on new releases.