We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I run this command in my project, swift package generate-documentation
swift package generate-documentation
it is failed with the following error.
/Users/.../ProjectName/PackageName/Sources/.../ScreenCoordinateValue.swift:6:8: error: no such module 'UIKit' import UIKit
What is wrong?
The text was updated successfully, but these errors were encountered:
Hi, @euri21 You should run xcodebuild docbuild command instead when your package uses UIKit
xcodebuild docbuild
Sorry, something went wrong.
swift package generate-xcodeproj is already deprecated. So I don't really understand how I should generate documentation.
swift package generate-xcodeproj
@kvasnetskyi Here's my sample commands for generating the documentation: https://github.com/x-0o0/package-docc-example/blob/main/README_ENG.md#build-documentation I hope that it would be helpful
@x-0o0 Thank you! I will check.
No branches or pull requests
When I run this command in my project,
swift package generate-documentation
it is failed with the following error.
What is wrong?
The text was updated successfully, but these errors were encountered: