Document iOS app 1.260618.0 Remote Control crash as known issue

Mobile build 1.260618.0 hard-crashes on opening a Remote Control
session (iPad Pro + iPhone 16 Pro). App-side bug; browser works,
reinstall does not help. Links upstream issues #70144/#70165 and
crash-log export steps.
This commit is contained in:
Marcus Summers 2026-06-23 10:04:38 -04:00
parent af84d8dd96
commit eef1f32172

View file

@ -5,7 +5,7 @@ category: services
tags: [claude-code, anthropic, remote-control, tmux, tailscale, mobile, workflow] tags: [claude-code, anthropic, remote-control, tmux, tailscale, mobile, workflow]
status: published status: published
created: 2026-04-20 created: 2026-04-20
updated: 2026-04-20 updated: 2026-06-23
--- ---
# Claude Code Remote Control # Claude Code Remote Control
@ -87,6 +87,30 @@ Open Claude Mobile → select the session from the list, or scan the QR code the
- **Windows Update reboots on WSL2.** MajorRig's uptime is gated by the Windows host. A scheduled-restart-free maintenance window is worth configuring if this pattern becomes primary. - **Windows Update reboots on WSL2.** MajorRig's uptime is gated by the Windows host. A scheduled-restart-free maintenance window is worth configuring if this pattern becomes primary.
- **Session must start with Remote Control.** Restart `claude` if you realize mid-session you want phone access (unless `/config` toggle is already set). - **Session must start with Remote Control.** Restart `claude` if you realize mid-session you want phone access (unless `/config` toggle is already set).
## Known Issues
### iOS/iPadOS app `1.260618.0` — hard-crash on opening a Remote Control session
**Status:** Open upstream bug, fix pending in a future app build. _(First hit 2026-06-23.)_
The Claude **mobile app build `1.260618.0`** hard-crashes the instant you tap into a Remote Control (Code-tab) session. Observed at MajorsHouse on **iPad Pro** and **iPhone 16 Pro** simultaneously.
Distinguishing characteristics — this is an **app-side bug, not a host/session problem**:
- Crashes on a **brand-new session**, so it is *not* transcript or tool-output size related.
- The **same session opens and works fine in a mobile browser** (Safari/Chrome) — the host bridge is healthy.
- **Clean reinstall + re-login does not help.** Don't waste time on it.
- Root cause (per upstream reports) is a main-thread **stack overflow in Swift KeyPath / SwiftUI metadata** inside the app — nothing fixable on the host.
**Workaround:** use a **mobile browser** (`claude.ai/code`) instead of the app until a newer build ships.
**Upstream tracking** (`anthropics/claude-code`):
- [#70144](https://github.com/anthropics/claude-code/issues/70144) — iPad, `v1.260618.0`, any Code-tab session crashes (highest-traction canonical issue)
- [#70165](https://github.com/anthropics/claude-code/issues/70165) — iPhone 16 Pro Max, `1.260618.0`, Remote Control hard-crash
- Related: [#70262](https://github.com/anthropics/claude-code/issues/70262), [#70288](https://github.com/anthropics/claude-code/issues/70288), [#65926](https://github.com/anthropics/claude-code/issues/65926)
To file/confirm a report, export the crash log on each device: **Settings → Privacy & Security → Analytics & Improvements → Analytics Data → `Claude-<date>-*.ips`**, then attach it to the relevant issue above.
## See Also ## See Also
- [Tailscale for Homelab Remote Access](../dns-networking/tailscale-homelab-remote-access.md) - [Tailscale for Homelab Remote Access](../dns-networking/tailscale-homelab-remote-access.md)