Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xcode continues project loading forever

I have a source code of a swift application which developed for iOS using swift 3.

I want to run it inside Xcode however it remains in loading state forever. I have tried solutions provided in question Xcode freezes on startup while loading project however the situation did not change.

The developer of this source code told me that he used Xcode 9.x to develop application so he suggested me to try a 9.x version of Xcode. I guess Xcode should be backward compatible however I want to know does using Xcode 9.x changes the situation or I should look for reason somewhere else?

like image 596
VSB Avatar asked Nov 27 '22 13:11

VSB


1 Answers

Using answer in apple.stackexchange.com did the trick:

Removing the ~/Library/Saved Application State/com.apple.dt.Xcode.savedState/directory might help.

like image 183
VSB Avatar answered Dec 09 '22 11:12

VSB