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
fix(plugin): walk-app — document iOS simctl-relaunch to reach a local Rails (#107)
Hardens the one rough edge the iOS end-to-end walk exposed: mobile-mcp's plain
`mobile_launch_app` points the iOS DEBUG build at its nonexistent compiled
default (`https://api.<product>.com`), so screens render but every network call
fails. To reach a local Rails the app must be relaunched via
`xcrun simctl launch` with the `SIMCTL_CHILD_<PRODUCT>_API_{SCHEME,DOMAIN,PORT}`
passthrough (the same env-bridge the generator's visual mode uses).
- §2: live-data prereq now spells out "Rails up" AND "app pointed at it", with the
Android (host baked at build time) vs iOS (host from launch env) difference.
- §3: exact simctl terminate+launch recipe with the env vars and where the values
come from (out/<slug>/rails/.env).
- §6: the blank-data-screen failure mode now points iOS users at the §3 relaunch.
Discovered driving barbershop-queue iOS sign-in → barbershops → reservation queue
→ swipe-complete (persisted state=completed) on 2026-05-24.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments