Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Copy Clipboard from iOS Simulator to Mac?

Tags:

Is it possible to copy clipboard from iOS simulator to my mac?

Not sure I should ask here or at AskDifferent.

like image 340
Rendy Avatar asked Jun 27 '16 05:06

Rendy


2 Answers

Using Xcode 10 Beta

Trying going to Edit>Automatically Sync Pasteboard. Mine was checked, but they weren't synced. Try unchecking it then re-checking it.

If that doesn't work, Uncheck it, select text and copy within simulator, then click Edit>Get Pasteboard.

like image 149
keverly Avatar answered Oct 29 '22 13:10

keverly


  1. Select the text in the simulator, and make sure the edit menu with "Copy" is visible on the simulator screen
  2. Use the Mac keyboard to press "⌘ + C" to copy the text into mac clipboard.

Update(Have tested on MacOS 11.3.1):

  1. Select the text in the simulator, and make sure the edit menu with "Copy" is visible on the simulator screen
  2. Use the Mac keyboard to press "⌘ + Shift + C", and click "Copy" in the previous step to copy the text into mac clipboard

enter image description here

like image 35
JerryZhou Avatar answered Oct 29 '22 15:10

JerryZhou