Clipboard paste hangs application for 30s

Solution 1:

  • Open the Terminal application, found in /Applications/Utilities/
  • Type the following command exactly:

    killall pboard
    
  • Hit Return

This will terminate and relaunch the pboard process, which is the clipboard daemon for Mac OS. This should resolve your issue.