Xcode 12.3 freeze on launch of SwiftUI project

Viewed 283

On launching Xcode the 'recent projects' list is shown without issue. Upon selecting my recent SwiftUI project, Xcode hangs and I have to force quit.

Creating a new project is not a problem.

If I create a new project, then navigate to file menu > open recent > MySwiftUIProcect, Xcode hangs again.

1 Answers

Deleting the directory at the following path solved the issue for me.

~/Library/Saved Application State/com.apple.dt.Xcode.savedState/
Related