Xcode Clipboard: Copy & Paste stuck

前端 未结 5 1404
天涯浪人
天涯浪人 2020-12-25 09:52

I\'ve just updated to Xcode 9.4.1 and experienced an issue with the clipboard being cleared randomly.

So I select a text, hit CMD+C, then go to the posi

5条回答
  •  温柔的废话
    2020-12-25 10:30

    You Can try this one:

    This is the officially recommended way to reset Xcode's preferences, type in Terminal.app:

    defaults delete com.apple.dt.Xcode
    

提交回复
热议问题