Why Do I Get Source Kit Service Terminated Error

Why do I get Source Kit Service terminated error?

the issue is the ";" letter end of the first line, I removed it, and now it works, no popup anymore, that was an interesting side effect

Why do I get Source Kit Service terminated error?

the issue is the ";" letter end of the first line, I removed it, and now it works, no popup anymore, that was an interesting side effect

SourceKitService Terminated

The answer to mine (Xcode6-Beta7) was simply to delete the Derived Data folder.

Preferences > Locations > Derived Data > click the arrow to open in Finder > trash it.

There's obviously many reasons why this crash can occur.

NSFileManager leads to SourceKit Service Terminated

Finally fixed by below code. I think, it may common error. Just replace ! with ? symbol.

var docContents : NSArray? = NSFileManager.defaultManager().contentsOfDirectoryAtPath(archieveDirectoryPath,error: 
&err)

But I didn't see any docs related how this happen. If anybody know, let me know. I think, this may temporary workaround.



Related Topics



Leave a reply



Submit