Xcode crashes on scrolling up in a source file (13 & 14)

Viewed 27

I encounter this behavior many times a week. If I try to scroll up in a source file (different files over the time) Xcode shows the beach ball of death until I force quit it.

I check the following:

  • It seems only to happen in Xcode files and not in Objc but it could be a false friend
  • Xcode 13 and Xcode 14 beta 1-4
  • Independent of UIKit or SwiftUI files
  • There is enough memory
  • No build phases are running during the crashes
  • The app is not running
  • The files are not in syncing folders like Dropbox or iCloud Drive

Do you also experience this behavior? Do you have any idea how to fix it? I lose a lot of time ...

0 Answers
Related