-
Notifications
You must be signed in to change notification settings - Fork 149
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
documentation generation is not working when setting the Watch scheme #73
Comments
TODO: Pending analyze logfile metioned in the output. |
I know nothing about jazzy, and I can't seem to get it installed, too. So I can't help much. Anyways, would using scheme Also, take a look at realm/jazzy#862 as it seems related. |
I am stuck with this issue. I can get iOS app documentation but not the Apple Watch one. It seems that the source of the problem is in an underlying package (https://github.com/jpsim/SourceKitten) that extracts a JSON from the Swift files that is used as input by jazzy. I have tried all the following:
All the time I am getting the following:
Related issues I diged in: xcodebuild doc (is an old but still applies) Running
Output of command above (updated Apr 2019)
|
Were there anything peculiar in the log file from this line? |
This works fine
If we change the scheme to OpenGpxTracker-Watch, it does not work
However, this works (scheme OpenGpxTracker-Watch):
This is the output of
jazzy --output=$OUTPUT_PATH --min-acl private -x clean,build,-workspace,OpenGpxTracker.xcworkspace,-scheme,OpenGpxTracker-Watch
The text was updated successfully, but these errors were encountered: