Open euri21 opened 1 year ago
Hi, @euri21
You should run xcodebuild docbuild
command instead when your package uses UIKit
Hi, @euri21 You should run
xcodebuild docbuild
command instead when your package uses UIKit
swift package generate-xcodeproj
is already deprecated. So I don't really understand how I should generate documentation.
@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
@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.
Since docbuild
doesn't support many things the package does, is there any plans to allow for generating UIKit
using the swift package
?
When I run this command in my project,
swift package generate-documentation
it is failed with the following error.
What is wrong?