This repository was archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 98
"Permission denied" error, documentation is still generated #48
Labels
bug
Something isn't working
Comments
@kaishin Interesting. Just a hunch, but is your generated documentation missing inheritance graphs? If so, the permission error is a result of attempting to run Resolving #38 could help identify the cause. But in the meantime, could you try one more time and check if the system logs (via Console.app) offer any leads? |
That’s it. They were missing indeed. |
Let me investigate a bit. I shouldn't be sounding so sure 😅 I just wondered why the graphs were missing... |
Indeed. This is the line throwing the error. |
Experiencing the same exact error. Installed via Homebrew |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce?
git clone
thenmake install
swift-doc generate ./Sources/ --module-name Gifu --output Documentation --format html
Expected behavior
./Documentation
Actual behavior
./Documentation
Environment
The text was updated successfully, but these errors were encountered: