You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I am then left with only docs of the dependencies.
The text was updated successfully, but these errors were encountered:
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.
I am running Jazzy
0.11.1
on my project, when I runjazzy --author "Ultralight Beam" --author_url http://ultralightbeam.io --github_url https://github.com/ultralight-beam/UB.swift
it begins parsing all theSwiftProtobuf
files as this is an installed dependency and then suddenly crashes.I am then left with only docs of the dependencies.
The text was updated successfully, but these errors were encountered: