Results 25 comments of Zheng Li

I have same issue. When sentry sdk report a NSException caused crash, most useful information was lost. It seems an regression.

JSON format from `swift package describe --type json` changed in SwiftPM 4.0 Example to show the new format: ``` { "name": "sourcekite", "path": "/Users/ainopara/Documents/Projects/sourcekite", "targets": [ { "c99name": "sourcekitd", "module_type":...

Yes, I assign keys that not be used to NSNull.null. like @"history": NSNull.null Remove those null things will make it work again without modify the adapter.

目前批量更新为 watched 是可以工作的。但是批量更新为 remove 似乎只有最后一个会被更新?

@zsau Maybe it is better to check if the change is coming from remote merge. Here is my fix: https://github.com/ainopara/YapDatabase/commit/5e9bf96e94c6a1d4014b1b0f963ed6b4cef341b4

了解了,这件圣遗物实际上是生命值+1,105 这种识别错误导致圣遗物被过滤掉的情况,似乎不会生成截图。 不知道截图发到这里是否有助于提高识别的准确度?

``` SwiftDocs(file: File(path: "/Users/.../sample.swift")!, arguments: [])! ``` arguments here should at least contains full path to the file `["/Users/.../sample.swift"]`.

@KarthikS941 It seems you need to embed `SourceKittenFramework.framework` in your application.

@KarthikSCP Is there a file at this path `/Users/karthiksa/sample.swift`? If there is, could you please share output of this code? ```swift do { try String(contentsOfFile: "/Users/karthiksa/sample.swift", encoding: .utf8) } catch...

According to the error message, your application failed to get access to the content of this file. This seems not a SourceKitten issue. I am not expert in macOS application...