Posts

Post not yet marked as solved
3 Replies
Hi. No error message. The update circle simply never completes. It usually gets really close (past 3/4) and just stalls. This last time it sat there for over 12 hours. I restarted the computer and tried again, but just got stuck again. In the end I had to delete Xcode and re-install it completely. I've had to do this numerous times in the past. (If there is an error message somewhere, I don't know where to look for it.)I have 787.07 GB of 1TB available.Whenever I google this issue, people always say to uninstall and re-install. Clearly it's not happening to just me.
Post not yet marked as solved
1 Replies
I was able to resolve the issue.I had to change:@interface SettingsViewController : UIViewControllerto:@interface SettingsViewController : UITableViewControllerI'm not sure if UIViewController with the delegates were acceptable before, but aren't now, or what. But this change got me back on track.