Post

Replies

Boosts

Views

Activity

Reply to Big Sur iCloud Drive
Same issue here — 11.0.1. I reinstalled the OS multiple times. I completely wiped the computer and reinstalled from a backup and it still occurs. I even attempted to set it up as new and let it run for a day — but still no iCloud progress.
Nov ’20
Reply to Big Sur iCloud Drive
The issue for me started 2 days after upgrading to Big Sur. Nothing fixed it even a clean install. I also was on the phone with apple support for hours. Downgrading to Catalina worked. After a week of this I updated to Big Sur again yesterday. So far it is ok.
Nov ’20
Reply to Opening the Extension menu in the System Preferences
Actually there are a quite a bunch of more specific URLs, although undocumented. You can find a list of the ones discovered so far here. You want to use NSWorkspace.shared.open(URL(string: "x-apple.systempreferences:com.apple.preferences.extensions")!) // or NSWorkspace.shared.open(URL(string: "x-apple.systempreferences:com.apple.preferences.extensions?Share")!) Unfortunately there is no URL publicly known that goes to the page required for finder sync extensions, although Keka has a button to open that page.
Sep ’23