iCloud Desktop/Documents Sync Causes File Loss Issues with Claude on Mac

The Problem with iCloud Sync and Claude
A user on r/ClaudeAI reported significant issues when using iCloud Drive's Desktop and Documents folder sync feature with Claude on Mac. The problem occurs specifically when Claude is working in folders that have iCloud sync enabled.
How iCloud Sync Affects Claude
According to the source, iCloud Sync doesn't back up files in the traditional sense - it actually removes files from your local hard drive and redirects the directory to /iCloud Drive instead of your user documents folder. This causes Claude to lose track of original files and start creating duplicate "2" versions because it can't find the originals.
The user reported that "lots of little things stop working correctly" when this happens. The situation becomes worse if you try to turn off iCloud Sync for those folders - it will delete all of your local files from your computer.
Critical Data Loss Risk
Most concerning is that iCloud doesn't back up hidden files or folders. This means everything in your /.claude folder is completely gone if you enable this sync feature. The user experienced this firsthand and had to recover most files from GitHub, with some files requiring recreation.
The user admitted fault but noted that Claude helped them get everything up and running again after the incident.
📖 Read the full source: r/ClaudeAI
👀 See Also

Collaborative vs Directive AI Prompts Yield Different Outcomes
A Reddit discussion highlights measurable differences in AI-assisted development outcomes between users who collaborate with AI using "we" language versus those who give directive "do this" commands. The collaborative approach surfaces dead-ends and challenges assumptions through shared context.

OpenClaw token usage investigation reveals configuration issues
A developer burned through their OpenAI Codex weekly subscription in 1.5 days and used Claude Code to identify configuration problems: Telegram bots firing on every message, web fetches returning raw CSS/JS, and orphan session files accumulating.

OpenClaw Dashboard Disconnecting After 2026.5.27 Update? Fix: Remove Stuck Update Launchd Job
After the 2026.5.27 update, a stuck update launchd job causes dashboard WebSocket disconnects and Telegram failures. Removing the job restores stability.

OpenClaw WhatsApp Auto-Reply May Skip Media Understanding in 2026.4.2
A user reports that OpenClaw 2026.4.2's WhatsApp auto-reply flow can skip the media understanding pipeline, preventing transcription of voice notes when using external STT backends like Groq. The fix involves explicitly calling media understanding before agent dispatch.