Set Xcode 27 builder (#822)

* Set Xcode 27 builder

* Fix Xcode 27 build errors
This commit is contained in:
Max Goedjen
2026-09-06 20:46:51 -07:00
committed by GitHub
parent 039dddd107
commit 85ba5a1a37
10 changed files with 17 additions and 32 deletions

View File

@@ -101,7 +101,7 @@ struct AgentNotRunningView: View {
guard !loading else { return }
loading = true
Task {
try await agentLaunchController.forceLaunch()
try? await agentLaunchController.forceLaunch()
loading = false
if !agentLaunchController.running {