appledoc
appledoc copied to clipboard
No such file or directory
when I execute the command sudo sh install-appledoc.sh
I find an error
install: /tmp/Build/Intermediates/ArchiveIntermediates/appledoc/InstallationBuildProductsLocation/usr/local/bin/appledoc: No such file or directory
my xcode version is xcode 9 and my macOS version is 11
How do I handle this error?
@cjsiOS
try
sudo brew install appledoc
@cjsiOS @Insofan
i have try "sudo brew install appledoc",but it have no use.
finally, try "cd ./appledoc" before "sudo sh install-appledoc.sh" is useful。