Why do I get Source Kit Service terminated error?

ios8, swift

Solution

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

Problem

With second line something wrong, what? ``` let modelURL = NSBundle.mainBundle().URLForResource("xxx", withExtension: "momd"); let managedObjectModel = NSManagedObjectModel.init(contentsOfURL: modelURL) ```

Original source

Related problems