I'm running lastest Mavenricks with Xcode 5.1.1
I've downloaded Xcode 6 beta from apple and this message shows up constantly. Thus, I can barely write any code because code completion disabled.
Does anyone know how to fix this ?
你的项目有名字Swift
吗?看到该消息,构建也会失败,并显示 message: <unknown>:0: error: module name "Swift" is reserved for the standard library
。尝试使用另一个项目名称,例如SwiftTest
. 它会起作用的。
(重复:SourceKitService 已终止)
试试看
**
Swift 编译器/索引器中有一个错误。代码中的某些行或几行给它带来了困难。您必须使用其他文本编辑器编辑代码以注释掉有问题的行,然后才能使用 Xcode 打开该项目。如果您不知道问题出在哪里,请注释掉您的所有代码。一旦你打开了项目,你就可以开始一点一点地恢复代码,直到 CPU 活动的增加告诉你你已经找到了问题。
**