XcodeGen icon indicating copy to clipboard operation
XcodeGen copied to clipboard

PreGenCommand order

Open tcamin opened this issue 2 years ago • 1 comments

Is there a specific reason why the project validation is performed before running the preGenCommand (https://github.com/yonaskolb/XcodeGen/blob/master/Sources/XcodeGenCLI/Commands/GenerateCommand.swift#L76-L86)?

We would like to dynamically add files to the repository in the preGenCommand, however due to the current sequence, we encounter validation failures because these files are not yet present in the project.

tcamin avatar Nov 27 '23 17:11 tcamin

Looks like this one has been fixed. (Was to see if anyone had reported a similar issue)

dalemyers avatar Nov 07 '24 09:11 dalemyers