docs: expand Troubleshooting section for common connection issues#52
Open
kbaker827 wants to merge 2 commits intoIntent-Lab:mainfrom
Open
docs: expand Troubleshooting section for common connection issues#52kbaker827 wants to merge 2 commits intoIntent-Lab:mainfrom
kbaker827 wants to merge 2 commits intoIntent-Lab:mainfrom
Conversation
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds four missing troubleshooting entries that cover the most common issues reported by users who can't get the app working:
.localhostname only works on local Wi-Fi; Tailscale + public-bind optionsNo code changes.
Test plan
Secrets.swiftandSecrets.kt🤖 Generated with Claude Code