I noticed that Xcode 6.0.1 has poor performance. It is checked using the Terminal command, here is the result:
~ MY_USERNAME$ ps aux | head USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND MY_USERNAME 496 99.9 17.3 28817056 1454748 ?? R 10:06AM 30:44.60 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Overlays/Interface Builder Cocoa Touch Tool --socketFD 37
When I work on the storyboard, it worked all the time on my processor when Xcode was working. There are only a few empty View controllers in the storyboard. Moreover, the simulator runs very slowly in Xcode 6 compared to Xcode 5. Does anyone have a solution to solve this performance problem?
Using Xcode 6.0.1 (Build 6A317), Mac OS X 10.9.5, 8 GB RAM, 2.8 GHz i7 Processor
source share