Open Frehiwet opened 9 years ago
Try increasing verbosity (--verbose 3
- or 4-6) to get some more information about what's going on.
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";
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}"