Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 6.1 GM Seed's autocomplete always terminate [duplicate]

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 ?

like image 797
haithngn Avatar asked Oct 07 '14 09:10

haithngn


2 Answers

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

like image 55
avive Avatar answered Nov 16 '22 01:11

avive


Delete ~/Library/Developer/Xcode before installation.

like image 42
David Avatar answered Nov 16 '22 00:11

David