tomaz / appledoc

Objective-c code Apple style documentation set generator.
http://gentlebytes.com
4.19k stars 644 forks source link

No such file or directory #623

Open waittttting opened 6 years ago

waittttting commented 6 years ago

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?

Insofan commented 6 years ago

@cjsiOS try sudo brew install appledoc

wangxj4268 commented 4 years ago

@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。