How to fix Universal Clipboard and iPhone screen mirroring issues after a clean macOS 15.4 install?

Hi everyone,


I recently did a clean install of macOS 15.4 on my Mac. The installation went smoothly, but now I’m running into an issue where:


  • Universal Clipboard no longer works between my Mac and iPhone
  • iPhone screen mirroring (AirPlay or screen sharing to the Mac) doesn’t work either


Oddly enough, AirDrop works perfectly between the two devices, so they’re clearly communicating on some level.


Here’s what I’ve confirmed so far:


  • Both devices are running the latest OS versions (macOS 15.4 and the latest iOS)
  • Bluetooth and Wi-Fi are enabled on both
  • Both are signed into the same Apple ID (iCloud)
  • Handoff is enabled
  • Devices are on the same Wi-Fi network and close to each other
  • Firewall is set to allow incoming connections
  • I’ve restarted both devices several times


Before the clean install, everything was working fine — Universal Clipboard and screen mirroring included. Now only AirDrop seems unaffected.


Any ideas on how to get this working again? Really appreciate any help!


Thanks!


[Re-Titled by Moderator]

Posted on Apr 15, 2025 7:23 AM

Reply
6 replies

Apr 22, 2025 9:45 AM in response to zvu_kirukami

Here are a couple ways to solve the problem.


  • If you have VPN activated on either of your devices, turn it off and try it again.
  • Turn the firewall off and try using it.


If none of the following work, then run this command on terminal.


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


  • If that doesn't work for you, it is likely because that file doesn't exist on your mac.


In order to make it work:


  1. Launch Finder
  2. Select "Go to Folder" and go to "/Library/Preferences/" and see if "com.apple.coreservices.useractivityd.plist" exists. (it shouldn't exist if the command didn't work)
  3. copy a random .plist file (literally any) and rename it to "com.apple.coreservices.useractivityd.plist".
  4. Open it in a text editor. (I used VS Code) and paste this content in it then save:


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>ClipboardSharingEnabled</key>
<integer>1</integer>
</dict>
</plist>


  • Finally and most importantly, enjoy:)


If it still does not work, try restarting your Mac


PS: let me know if that helps your Iphone mirroring in any way. If possible show me any picture of what error you get when it does not work.


Apr 27, 2025 11:28 AM in response to zvu_kirukami

I have experienced this issue in over 50% of every session between iMac and iPhone. During one session, I attempted to script a non-scriptable Apple product, iPhone Mirroring, using the AppleScript below. Obviously, the script didn't work. However, it triggered voodoo magic to suddenly activate the universal clipboard 🤷

tell application "System Events"
	tell application process "iPhone Mirroring"
		keystroke "Type the **** text."
	end tell
end tell

This thread has been closed by the system or the community team. You may vote for any posts you find helpful, or search the Community for additional answers.

How to fix Universal Clipboard and iPhone screen mirroring issues after a clean macOS 15.4 install?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.