Skip to content

Instantly share code, notes, and snippets.

@harupong
Created April 2, 2024 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harupong/be8bf22b121e0bc7ea93f7adb08e2495 to your computer and use it in GitHub Desktop.
Save harupong/be8bf22b121e0bc7ea93f7adb08e2495 to your computer and use it in GitHub Desktop.
Fix for Copy and paste between iPhone and Mac(a.k.a Universal clipboard) not working
```
$ defaults delete ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled
$ defaults write ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled 1
```
[Copy and paste from iPhone to MacOS not w… \- Apple Community](https://discussions.apple.com/thread/254811288?answerId=259970423022&sortBy=best#259970423022)
@harupong
Copy link
Author

harupong commented Apr 2, 2024

@harupong
Copy link
Author

harupong commented Apr 2, 2024

$ defaults delete ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled
$ defaults write ~/Library/Preferences/com.apple.coreservices.useractivityd.plist ClipboardSharingEnabled 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment