Skip to content

docs: expand Troubleshooting section for common connection issues#52

Open
kbaker827 wants to merge 2 commits intoIntent-Lab:mainfrom
kbaker827:docs/troubleshooting-improvements
Open

docs: expand Troubleshooting section for common connection issues#52
kbaker827 wants to merge 2 commits intoIntent-Lab:mainfrom
kbaker827:docs/troubleshooting-improvements

Conversation

@kbaker827
Copy link
Copy Markdown

@kbaker827 kbaker827 commented Apr 16, 2026

Summary

Adds four missing troubleshooting entries that cover the most common issues reported by users who can't get the app working:

Entry Addresses Section
Xcode build stalls at 70/82 #26 — SPM package cache issue; steps to reset iOS
"XPC connection invalid" #7 — DAT SDK ↔ Meta AI app trust failure; Developer Mode + trust prompt steps iOS
"Permission error" when returning from Meta AI app #10 — association not granted iOS
OpenClaw fails on mobile data #35.local hostname only works on local Wi-Fi; Tailscale + public-bind options General (applies to both iOS and Android)

No code changes.

Test plan

  • Read through new entries for accuracy and clarity — reviewed; "Error opening link" (Android string-resource bug fixed by PR Fix: APPLICATION_ID meta-data read as Integer instead of String, breaking DAT registration #49) removed from iOS entry; Tailscale entry moved to General section and updated to reference both Secrets.swift and Secrets.kt
  • Verify Tailscale instructions match current Tailscale UX — steps are platform-agnostic (install on Mac + phone, use Tailscale IP); correct
  • Verify XPC/Developer Mode steps match current Meta AI app UI — needs someone with the Meta AI app to confirm menu paths

🤖 Generated with Claude Code

kbaker827 and others added 2 commits April 16, 2026 12:08
Add entries covering the four most frequently reported problems:

- Xcode build stalls at 70/82: SPM cache issue, fix via Reset Package
  Caches and clearing DerivedData (Intent-Lab#26)
- "XPC connection invalid": DAT SDK <-> Meta AI app trust failure, with
  step-by-step resolution (Developer Mode, accept trust prompt, update
  app) (Intent-Lab#7)
- "Permission error / Error opening link": registration deep-link
  failure, with common causes and workarounds (Intent-Lab#10)
- OpenClaw fails on mobile data: .local hostname only resolves on local
  Wi-Fi; adds Tailscale and public-bind options, and notes that the
  in-app Settings screen can change the host without a rebuild (Intent-Lab#35)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Two corrections spotted during test-plan review:

1. Tailscale / remote OpenClaw entry was under iOS-specific, but the
   Android app has identical host configuration and the same problem.
   Move it to the General section and update the Secrets reference to
   cover both Secrets.swift and Secrets.kt.

2. 'Error opening link' (Erreur lors de l'ouverture du lien) is the
   Android string-resource bug fixed separately. Remove it from the iOS
   'Permission error' entry so it does not mislead iOS users.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant