Error: “xcrun: error: unable to find utility ”docsetutil“, not a developer tool or in PATH” while creating documentation
问题 I am using appledoc to generate Apple documentation for my framework. It seems that after upgrading to Xcode 9.3 it has stopped working, giving me the following error: xcrun: error: unable to find utility "docsetutil", not a developer tool or in PATH I have looked at the known issue: https://github.com/tomaz/appledoc/issues/628 Which states that Xcode doesn't have docutils any more. I have also tried with Xcode 9.4.1 and it's still not working. Is there any solution for this? 回答1: According