This repository has been archived on 2025-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
coryd.dev-eleventy/src/posts/2022/fixing-safari-icloud-syncing.md
2023-12-11 15:27:59 -08:00

1.3 KiB

date title description draft tags
2022-05-28 Fixing Safari iCloud syncing I've been having an intermittent issue with Safari failing to sync any data via iCloud that you would normally expect — history, tabs, bookmarks and the landing page were all behaving independently despite iCloud syncing being enabled. false
Apple
iOS
macOS

I've been having an intermittent issue with Safari failing to sync any data via iCloud that you would normally expect — history, tabs, bookmarks and the landing page were all behaving independently despite iCloud syncing being enabled.

These steps fixed the issue, finally, on my devices:

  1. Open a terminal and run defaults write com.apple.Safari IncludeInternalDebugMenu 1
  2. Quit Safari
  3. Open Safari, navigate to the new Debug menu and select Sync iCloud History
  4. Run defaults write com.apple.Safari IncludeInternalDebugMenu 0 to disable the Debug menu1
  5. Disable Safari in the iCloud settings of each of your devices
  6. Reboot each of your devices
  7. Enable Safari in the iCloud settings of each of your devices

Cross your fingers and hope for the best, but sync should settle down and start working again. I'd contend that none of these steps should be necessary, but here we are.


  1. Unless you want to keep it. ↩︎