yonaskolb / XcodeGen

A Swift command line tool for generating your Xcode project
MIT License
7.01k stars 818 forks source link

[help wanted] About XcodeGen and DocC #1370

Open funsiyuan opened 1 year ago

funsiyuan commented 1 year ago

Hi guys, I need some assistance with XcodeGen and DocC. I've been using XcodeGen in my project which has multiple Targets and Schemes. In this scenario, I'm finding it quite challenging to utilize DocC effectively. For instance, even after adding a Documentation Catalog template to the project and making some alterations, I'm unable to see the modified text content after building the Documentation.

Could you please guide me on how to set up my XcodeGen yml file? Furthermore, considering my project's multiple Targets and Schemes, I'm uncertain about the appropriate location for creating my Documentation Catalog. If you could provide an example or detailed steps, that would be even more helpful. Any guidance or suggestions would be greatly appreciated.

Thank you in advance.