Hive Hive
Sign in

tuist setup cache no longer installs a broken LaunchAgent when logged out

Metadata
Source
GitHub
Version
4.202.0-canary.8
Published
Jun 26, 2026 · 12:12 UTC
Repository
tuist/tuist
Update

Running tuist setup cache while not authenticated now fails immediately with a clear “you must be authenticated” error instead of silently installing a LaunchAgent whose daemon cannot run. The cache daemon itself also stops being respawned by launchd every ~10 seconds when the user is logged out, which previously spammed empty session directories under ~/.local/state/tuist/sessions/. After re-authenticating, caching resumes automatically without restarting the daemon.