作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
执行
xcrun xccov view --archive --file #{file_path} #{xcresult_path} > result.txt
控制台日志:
2020-09-17 15:33:01.346 xccov[80302:9272810] Requested but did not find extension point with identifier Xcode.IDEFoundation.IDEResultKitSerializationConverter
2020-09-17 15:33:01.396 xccov[80302:9272810] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-17198/DVTFoundation/DocumentLocations/DVTDocumentLocation.m:277
Details: DVTDocumentLocation: Failed to find requested class with name Xcode3ProjectDocumentLocation (or isn't a subclass of DVTDocumentLocation). Falling back to DVTDocumentLocation.
Object: <DVTDocumentLocation>
Method: +deserializedDocumentLocationForClassName:stringRepresentation:error:
Thread: <NSThread: 0x7fd8d7e177b0>{number = 1, name = main}
Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
2020-09-17 15:33:01.396 xccov[80302:9272810] [MT] DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTFrameworks/DVTFrameworks-17198/DVTFoundation/DocumentLocations/DVTDocumentLocation.m:277
Details: DVTDocumentLocation: Failed to find requested class with name Xcode3ProjectDocumentLocation (or isn't a subclass of DVTDocumentLocation). Falling back to DVTDocumentLocation
......
虽然结果是正确的,但是如何解决这些警告呢?
最佳答案
这为我解决了这个问题:
sudo xcode-select -s /Library/Developer/CommandLineTools
如果您收到无效目录,请尝试安装命令行工具
xcode-select --install
关于ios - 已请求但未找到标识符为 Xcode.IDEFoundation.IDEResultKitSerializationConverter 的扩展点,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63933601/
执行 xcrun xccov view --archive --file #{file_path} #{xcresult_path} > result.txt 控制台日志: 2020-09-17 15
我是一名优秀的程序员,十分优秀!