From eef1f32172db38255350af91ebfe3e52153c903d Mon Sep 17 00:00:00 2001 From: MajorLinux Date: Tue, 23 Jun 2026 10:04:38 -0400 Subject: [PATCH] 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. --- .../services/claude-code-remote-control.md | 26 ++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/02-selfhosting/services/claude-code-remote-control.md b/02-selfhosting/services/claude-code-remote-control.md index 024ab59..1c8baed 100644 --- a/02-selfhosting/services/claude-code-remote-control.md +++ b/02-selfhosting/services/claude-code-remote-control.md @@ -5,7 +5,7 @@ category: services tags: [claude-code, anthropic, remote-control, tmux, tailscale, mobile, workflow] status: published created: 2026-04-20 -updated: 2026-04-20 +updated: 2026-06-23 --- # 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. - **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--*.ips`**, then attach it to the relevant issue above. + ## See Also - [Tailscale for Homelab Remote Access](../dns-networking/tailscale-homelab-remote-access.md)