Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 11 - Simulator won't respond

Ever since I updated to Xcode 11, the simulator freezes intermittently. Specially when the keyboard is brought to focus. I don't think it has anything to do with memory or any hardware specs of my Mac since it does not crashes, just doesn't respond to any events.

The only solution so far is to rebuild again and again the app until the touch on the textfield magically responds again.

Has anyone faced the same problem? Any ideias on what might be causing it?

Thank you!

like image 490
Marina Aguilar Avatar asked Sep 30 '19 20:09

Marina Aguilar


1 Answers

According to this post in Apple's developer forum it's a bug in the simulator. A workaround is to disable to Pasteboard sync in the simulator. Uncheck the option in Edit -> Automatically Sync Pasteboard

like image 146
user1024112 Avatar answered Oct 22 '22 14:10

user1024112