-
Notifications
You must be signed in to change notification settings - Fork 635
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generated doc is empty #561
Comments
Yep, I met the same issue. I bypass this issue by using appledoc 2.2 (build 963) which can work properly. But all the later versions don't work for me (only the static elements are present). Here is my Xcode integration script for appledoc:
|
Thanks for the answer, It indeed works with appledoc 2.2 (build 963). |
Try increasing verbosity with |
Thanks, I had to build my docs using appledoc 2.2 build 963 rather than the version that installed using Homebrew. |
I have also experienced this problem using the following build script :
|
This happened to me several months ago. In my case, I fixed the issue through the following steps.
|
This works for me, thanks @TorreyBetts! |
Still working today! Thanks @TorreyBetts! |
The installation method described in #561 (comment) worked for me as well. Installing via homebrew did not work. And indeed the README says that installing via homebrew does not install templates. Maybe the homebrew package should include templates to make it just work? |
I'm using the following script to generate documentation on a test project
XCode build the target without issue and the files are generated but they are empty, only the static elements are present (index/hierarchy links etc...).
I don't know what I'm doing wrong, there is no warning (so I think I'm properly documenting my code), no errors.
As anyone had this kind of issue?
I'm pretty sure the issue is on my side and totally dumb but I can't find it...
The text was updated successfully, but these errors were encountered: