1.1 KiB
1.1 KiB
title | date | draft | tags | summary | |||
---|---|---|---|---|---|---|---|
Fixing Safari iCloud syncing | 2022-05-28 | false |
|
Safari not syncing history, tabs or its landing page? Here's a fix. |
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:
- Open a terminal and run
defaults write com.apple.Safari IncludeInternalDebugMenu 1
- Quit Safari
- Open Safari, navigate to the new
Debug
menu and selectSync iCloud History
- Run
defaults write com.apple.Safari IncludeInternalDebugMenu 0
to disable theDebug
menu1 - Disable Safari in the iCloud settings of each of your devices
- Reboot each of your devices
- 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.
-
Unless you want to keep it. ↩︎