Xcode6 beta error SourceKitService

I am running the latest Mavenricks with Xcode 5.1.1

I downloaded Xcode 6 beta from apple and this message constantly appears. That way, I can barely write code because code completion is disabled.

Does anyone know how to fix this?

enter image description here

+4
source share
2 answers

SwiftIs your project called ? If you see this message, the assembly will not be with the message <unknown>:0: error: module name "Swift" is reserved for the standard library. Try using a different project name, for example SwiftTest. It will work.

(Duplicated: SourceKitService action excluded )

+5
source

Try

**

/ Swift . . , (-) Xcode. , , . , , .

**

+1

Source: https://habr.com/ru/post/1542992/


All Articles