16

Today, I have downloaded Xcode 6.1 GM Seed from apple developer site so when I try to write in Swift it always crash. Xcode's popup a notify: SourceKit crash blah blah... Editor functionally temporary limited sometime like this.

How can I solve this ?

HaiN
  • 917
  • 11
  • 31

2 Answers2

18

Exit Xcode. Delete ~/Library/Developer/Xcode/DerivedData and start it again.

avive
  • 361
  • 2
  • 10
  • 1
    For me this doesn't work. Very annoying when this message occurs every time you just start typing anything. – Alex Nov 28 '14 at 08:43
  • 2
    It works for a while and then it comes back again very fast. The Xcode make me nuts. I can hardly work with it. – Bagusflyer Nov 30 '14 at 10:58
5

Delete ~/Library/Developer/Xcode before installation.

Rudolf Adamkovič
  • 31,030
  • 13
  • 103
  • 118
David
  • 3,388
  • 2
  • 21
  • 25