Xcode 11 debugger is extremely slow - A known problem?

后端 未结 8 972
小鲜肉
小鲜肉 2020-12-07 13:16

Since I updated to the latest Xcode version 11.0 (11A420a) the debugging is extremely slow and cumbersome.

EDIT: After updating to 11.1 GM (11A1027

相关标签:
8条回答
  • 2020-12-07 13:42

    Well I had the same problem and recently figured out that I just forgot to disable diagnostics for my scheme

    Open your run configurations -> Manage schemes -> Edit scheme -> Run -> Diagnostics tab

    0 讨论(0)
  • 2020-12-07 13:43

    Please try to uncheck: Parallelize Build on each target in Edit Scheme. It 'll save time to build If your project has many targets.

    Edit Scheme:

    0 讨论(0)
提交回复
热议问题