Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode always freezes when switching branches

Tags:

git

xcode

When using Xcode 8's built-in source control, switching between two branches almost always causes Xcode to freeze and requires force quitting the app. My branches aren't particularly worlds apart. Doesn't seem like it's guzzling excessive memory or CPU either. What's the deal?

like image 422
slider Avatar asked Sep 27 '16 16:09

slider


1 Answers

Turns out this is a known issue in Xcode 8 and 8.1.

enter image description here

It may be that your workspace or project is saved in iCloud. I turned off automatic saving of Desktop folders to iCloud, and moved my workspace from iCloud to my local desktop, and it works fine now.

like image 59
slider Avatar answered Nov 06 '22 13:11

slider