Xcode 11 - Simulator won't respond

一笑奈何 提交于 2019-12-04 03:21:42

问题


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!


回答1:


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



来源:https://stackoverflow.com/questions/58175221/xcode-11-simulator-wont-respond

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!