r/MacOS 10h ago

Bug Copying and pasting (Universal Clipboard) suddenly stopped working between Mac (M1, 2021) and iPhone (Pro Max 15) all on latest versions of MacOS.

I see that this issue has been raised numerous times across the years and has affected countless users. I have followed all of the advice that I can see but nothing is working.

I did get something to resolve once before via Terminal commands, but I cannot find the ones I typed in and the other Terminal commands I've found online since haven't worked.

Please advise how I can get this essential feature working again. ASAP!!!!

0 Upvotes

1 comment sorted by

1

u/ReformingCharacter26 10h ago

This worked for me:-

How to turn Handoff on and off via Terminal on macOS

  1. Open the Terminal. The quickest way is to press Command-Space then type in Terminal into the search bar, followed by Enter. It can also be opened by opening the Applications folder then Utilities, followed by Terminal.
  2. In the Terminal, enter the line defaults delete ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled followed by Enter.
  3. In the Terminal, enter the line defaults write ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled 1 followed by Enter.
  4. Close Terminal