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

Seems to be documenting imported framework then crashes. #1109

Closed
decanus opened this issue Sep 22, 2019 · 2 comments
Closed

Seems to be documenting imported framework then crashes. #1109

decanus opened this issue Sep 22, 2019 · 2 comments

Comments

@decanus
Copy link

decanus commented Sep 22, 2019

I am running Jazzy 0.11.1 on my project, when I run jazzy --author "Ultralight Beam" --author_url http://ultralightbeam.io --github_url https://github.com/ultralight-beam/UB.swift it begins parsing all the SwiftProtobuf files as this is an installed dependency and then suddenly crashes.

image

I am then left with only docs of the dependencies.

@johnfairh
Copy link
Collaborator

If you're using jazzy with the generated Xcode project then it needs -x -target,UB. The default target of the generated Xcode project seems to be SwiftProtobuf.

If you're trying to use jazzy's new SPM function then I'm not sure: it works fine for me to clone the project's master and do jazzy. You can add --module UB to skip the "guess which module" part. Would need to see the .build/debug.yaml file after a failed run to debug further.

@decanus
Copy link
Author

decanus commented Sep 22, 2019

Thanks the --module UB part seems to have fixed it.

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

2 participants