Use DERIVED_FILE_DIR instead of symlinks for force_load path.
Symlinks in PODS_TARGET_SRCROOT fail when installed from pub cache
because Xcode validates build inputs before script phases run.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Go layer (c-archive) provides a localhost TCP proxy through a WireGuard tunnel.
Flutter connects gRPC to localhost:PORT, Go forwards via tsnet to heater's Tailscale IP.
No VPN entitlement needed — uses userspace netstack.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>