【发布时间】:2018-12-07 03:14:47
【问题描述】:
我正在使用 appledoc 为我的框架生成 Apple 文档。
升级到 Xcode 9.3 后似乎停止工作,出现以下错误:
xcrun: error: unable to find utility "docsetutil", not a developer tool or in PATH
我查看了已知问题:https://github.com/tomaz/appledoc/issues/628
这表明 Xcode 不再有 docutils。
我也尝试过使用 Xcode 9.4.1,但仍然无法正常工作。
有什么解决办法吗?
【问题讨论】:
标签: ios compiler-errors xcode9.3 appledoc