问题标签 [sourcekitservice]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - SourceKitService Terminated
I am having a issue with Xcode where the error "Source Kit Service Terminated" is popping up and all syntax highlighting and code completion is gone in Swift. How can I fix this?
Here is an example image:
ios - SourceKitService 终止,没有 Xcode 警告或错误
在开始一个新项目以将我的一个 Obj-C/SpriteKit 应用程序移植到 Swift 时,我正在腾出空间,并开始在 touchesMoved 中添加一个 touch for 循环。我的错误,但奇怪的问题是我得到“SourceKitService Terminated”并且 Xcode 完全出错了。
具体来说,这发生在我开始在 for 循环中键入“touches”的那一刻。输入“for touch: AnyObject in”一切都还好。只要我继续输入“touches”... SourceKitService 终止。
我知道这应该是一个错误,但是为什么 Xcode 会因此而完全崩溃呢?
ios - 在多个 Swift 项目中工作时“SourceKitService 已终止”?
我正在尝试使用 Swift 为 iOS 设置一个 CocoaTouch 框架项目,但是每当我添加另一个项目时,它都会吓坏并引发“SourceKitService Terminated”错误,并且编辑器窗口变为黑白。
这是我能够在 XCode 6 Beta 4 中重现该问题的方法:
- 为 iOS 创建一个新的“CocoaTouch 框架”,命名为“Testing”,组织为“Test”(我已经尝试过其他名称/组织,它似乎与此无关)。
- 在名为“File.swift”的“Testing”文件夹中创建一个新的 Swift 文件。除了模板自带的“import Foundation”之外,我没有添加任何代码
- 创建另一个“CocoaTouch Framework”项目,保留所有默认值,但将名称更改为“TestTwo”。
- 将“File.swift”文件添加到 TestTwo 文件夹,然后开始在“import Foundation”下键入“class”或其他内容。
- 编辑器因“SourceKitService Terminated”错误而崩溃
其他人可以重现这个,还是我的安装有问题?我已经尝试重新安装,但它似乎并没有解决问题。
谢谢,
马修
ios - Xcode 6-Beta 因 SourceKitService Terminated Editor 功能暂时受限错误而不断崩溃
我见过其他类似问题的问题,但我的问题看起来更严重。Xcode 不断在我身上崩溃。我什至没有机会在我的代码中编辑单个字符。这是一个非常简单的游乐场文件,带有一些基本代码,没什么特别的。在目前的状态下,我什么都做不了。
当 Xcode 崩溃时,我点击重新打开,同样的事情再次发生。
swift - Swift 编译器 2.1.1 永远挂在字典上
我正在为sqlite 库构建一个类,突然编译器永远挂起。
我终于得到了一个测试用例,发现与字典解析有关。这是最小的代码:
导入基础导入GRDB
奇怪的是,我在键“fecha”之后为标量(如 1、“a”等)更改了编译器工作的值。
另外:在“cuota”和服务SourceKitService开始报告 +300% CPU,增加内存(我数到 6GB)之后,索引也需要永远
这在 El capitan,xcode 版本 7.2.1 (7C1002)
crash - XCode 7.2 在协议扩展实现功能不正确时崩溃
不确定是否有其他人遇到过这种情况,但以下代码会导致 XCode 立即出错,并显示“SourceKitService 意外退出”,有时会导致 XCode 完全崩溃。
当我在扩展中更改协议函数的默认实现时,我在项目中遇到了这种情况,但忘记更改协议中的声明以匹配。
xcode - SourceKitService 吃掉 Xcode 8.3.2 上的所有 CPU
我很好 Xcode 8.3.2 和 SourceKitService 正在使用我所有的 CPU。我在这里阅读了很多关于 stackoverflow 的问题,但我找不到真正的解决方案。
我尝试了什么:
- 清理项目数据:cmd+shift+alt+K
- 删除派生数据文件夹
- 重启 Xcode
- 从 git 重新下载项目代码
没有任何效果。我知道这个问题可能与某些代码有关,但我怎样才能发现问题出在哪里?我的项目很大...
目前 Xcode 无法使用...
谢谢你的帮助
xcode - SourceKitService 非常高的内存使用率
我正在使用 Xcode 9 和我的 SourceKitService 使用超过 5 GB 的内存。由于它,我的系统变得非常慢。
每次,我都必须从活动监视器中强制这项服务恢复正常。几分钟后,该服务再次出现并开始使用我的内存资源。
关于它的任何帮助。
ios - Xcode builds are taking much longer than usual and causing MacBook fans to go crazy
I am building/running a relatively simple chat application. Every time I run/build the application, the fans on my MacBook get extremely loud and my computer begins to heat up very quickly. Furthermore the builds are taking a ridiculous amount of time to finish, even after editing just a single line of code.
I opened up activity monitor and noticed that "SourceKitService" was using 100% of the CPU.
Earlier today, I deleted the DerivedData folder for my project, and that still doesn't seem to solve this issue.
How can I fix this?