Xcode 7 is slow and sluggish

Since upgrading to xcode 7 and above, the performance of xcode is terrible. When I click on a class or scroll through an area of ​​code, sometimes it takes up to 30 seconds before reacting, and often I need to force exit xcode and restart.

I have disabled source control and I am not using swift.

I have a new macbook pro with 8GB memory and SSD. my computer is fast and has no other performance issues.

-UPDATE- I cleared the received data and do not use any unusual plugins

Does anyone know what the problem is? I assume some build settings cause this, but I'm not sure which one.

+7
performance xcode
source share
1 answer

The problem is fully related to xcode 7.

try to commit / save every time you make some changes, this will increase performance

0
source share

All Articles