You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
iOS hardware target for the experiments sweep; not-loadable judged by evidence
Two lab findings. The experiments suite shells out to t1_experiments,
whose iOS class only knew simctl - so on the MacBook's real devices
every launch failed. It now takes --ios-target simulator|device;
device mode uses devicectl with the '--' separator, port 80 on the
device and the caller's existing forward, and the lab passes it for
every iOS device.
And 'remote API not reachable' was a hard error on Android while iOS
treated it as scoping - but a Pixel 9 Pro declines depth.phyphox for
want of depth hardware exactly as the simulator declines its missing
sensors. The verdict is now platform-independent AND evidence-based:
provisional not-loadable during the sweep, converted back into a real
failure afterwards only if NOTHING on that target reached the API,
which is precisely when a broken switch or forward is the explanation.
Verified on the Pixel 9 Pro: depth alone reports the switch question,
depth plus doppler correctly scopes depth and exits green.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments