- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 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,但它仍然无法正常工作。
有什么解决办法吗?
最佳答案
根据@x43x61x69 在您的 GitHub 链接中的回答:
Seems not just docsetutil was removed but DADocSetAccess.framework as well. Tested with options: --create-html \ --no-create-docset \ --no-install-docset \ --no-publish-docset \ which can create htmls w/o error on Xcode 9.3 GM.
至少对于生成 html 文档而言,它似乎在我的情况下有效。我已经在 XCode 9.4.1 上测试过
关于ios - 错误 : "xcrun: error: unable to find utility "docsetutil", 不是开发人员工具或在 PATH 中”,同时创建文档,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51076094/
我正在使用 appledoc为我的框架生成 Apple 文档。 似乎升级到 Xcode 9.3 后它停止工作,给我以下错误: xcrun: error: unable to find utility
我是一名优秀的程序员,十分优秀!