Skip to content
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 Appledoc an empty folder #562

Open
Frehiwet opened this issue Sep 23, 2015 · 2 comments
Open

Generated Appledoc an empty folder #562

Frehiwet opened this issue Sep 23, 2015 · 2 comments

Comments

@Frehiwet
Copy link

I have followed the instruction on https://github.com/tomaz/appledoc/blob/master/Readme.markdown
and I am getting nothing in my output folder. Can you please help me.

Here is my run script

company="ME";
companyID="com.ME";
companyURL="http://ME.org";
target="iphoneos";
outputPath="~/Users/Appdev01/Desktop/In-CodeDoc";

/usr/local/bin/appledoc
--project-name "${SommApp}"
--project-company "${ME}"
--company-id "${ME}"
--docset-atom-filename "${company}.atom"
--docset-feed-url "${companyURL}/${company}/%DOCSETATOMFILENAME"
--docset-package-url "${companyURL}/${company}/%DOCSETPACKAGEFILENAME"
--docset-fallback-url "${companyURL}/${company}"
--output "${/Users/Appdev01/Desktop/In-CodeDoc}"
--publish-docset
--docset-platform-family "${target}"
--logformat xcode
--keep-intermediate-files
--no-repeat-first-par
--no-warn-invalid-crossref
--exit-threshold 2
"${/Users/Appdev01/Desktop/SommAppMaster}"

@tomaz
Copy link
Owner

tomaz commented Sep 25, 2015

Try increasing verbosity (--verbose 3 - or 4-6) to get some more information about what's going on.

@TorreyBetts
Copy link
Contributor

It's worth nothing that your outputPath contains a tilde symbol ~ which would point that output path to the following location.

/Users/Appdev01/Users/Appdev01/Desktop/In-CodeDoc

You might have meant to use this.

outputPath="~/Desktop/In-CodeDoc";

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants