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
- c9f8809 docs: iOS 17.0-17.3 needs tunneld only on Linux/Windows (#1944) (@doronz88)
- adfd8e3 cli: Stop telling iOS 17+ users to pass --rsd (#1944) (@doronz88)
- 0691331 cli: Say Developer Mode applies to iOS 16+, not 15+ (#1944) (@doronz88)
Full Changelog: v11.12.2...v11.12.3