feat(dev-deploy): SSH timeout + xcodegen cwd lessons (#11 #12)

This commit is contained in:
dongliang
2026-04-06 17:41:02 +09:30
parent ccbdfd7eb3
commit 31c2d5a474

View File

@@ -772,3 +772,5 @@ ai-proj task append-doc --id <task_id> --content "部署记录..."
| 8 | iPad 方向验证失败 | 声明四方向或 `UIRequiresFullScreen=true` |
| 9 | ASC API 401 | JWT 必须包含 `kid` header + 正确的 Issuer ID |
| 10 | App Store 图标为空 | 需将 build 关联到 App Store 版本PATCH relationships/build |
| 11 | SSH 长连接断开 | xcodebuild 3-4 分钟无输出Tailscale 断连。用 nohup 后台执行 |
| 12 | xcodegen 后 cwd 错乱 | `cd ios && xcodegen && cd ..` 失败时不回退。用 subshell `(cd ios && xcodegen)` |