Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

com.apple.dt.SKAgent on Xcode 11.2.1 consuming all resources

Any thoughts why this process com.apple.dt.SKAgent (4321) is consuming all mac mini resources? My Macmini has 16gb and 1Tb SSD drive . And, Xcode 11.2.1 becomes very slow and hangs. I have two workspaces (client/server) open and debugging is a nightmare, and Debugger can't show call stack and variables!!! I'm on Mojaveenter image description here

like image 538
default_compiler Avatar asked Dec 04 '19 01:12

default_compiler


1 Answers

There aren't too many levers to pull to fix this. My standard course of action, in order if the last doesn't work:

  • Product -> Clean Build Folder from the menu
  • restart Xcode
  • restart computer

This usually fixes things.

like image 145
Demitri Avatar answered Oct 14 '22 20:10

Demitri