Clipboard issues with simulators

After updating to Xcode 26.4 the pasteboard sharing feature in the simulators doesn't work.

Same issue here

I have to downgrade to 26.2 for copy paste to work again in the simulator. Infuriating bug. Impossible to type generated passwords by hand into the simulator.

Please add this to test cases, it should never slip into release. It ruins my day :(

If there any workaround, please let me know.

workaround until apple fixes it:

alias simpaste='pbpaste | xcrun simctl pbcopy booted'

then run simpaste in terminal before pasting in the sim, this has been working for me (so far)

Made a little macOS menu bar app that fixes this for me. It syncs the clipboard both ways between macOS and the Simulator automatically.

full Xcode project available here: https://github.com/iAmrMohamed/SimClipboardSync

Same issue. It's imposible for me work without paste, I need paste several emails, passwords..

@Alonso-

Thanks for you post, have you file a bug and do you have the FB number:

https://developer.apple.com/forums/thread/820393?answerId=881554022#881554022

Albert 
  Worldwide Developer Relations.

Xcode 26.5 Beta was just released https://developer.apple.com/download/all/?q=Xcode can you please check if the issue was resolved there?

Albert 
  Worldwide Developer Relations.

For me, the issue is NOT resolved in Xcode 26.5 beta. I downloaded it and created a 26.5 simulator, but I can NOT paste into it from macOS 26.4 host.

Clipboard issues with simulators
 
 
Q