Last week I shared the manual workaround for Xcode 26.4’s broken simulator paste. Running pbpaste | xcrun simctl pbcopy booted every time you want to paste gets old fast. So I levelled it up with Claude and coded a Mac app. The core The one-liner that fixes it: pbpaste | xcrun simctl pbcopy booted Pipe the Mac clipboard into the Simulator’s pasteboard. Now poll for changes and run it automatically: let pasteboard = NSPasteboard.general var lastChangeCount = pasteboard.changeCount wh...
No comments yet. Log in to reply on the Fediverse. Comments will appear here.